Hello Everyone,
I had a project that was under dev.myapp.io subdomain. Vercel had generated and stored an SSL certificate for the subdomain in that case. I wanted to delete the certificate generated by vercel as I am moving the subdomain management to Route53 and I want to manage the domain, cert and cert validation there.
My questions are:
- How can I (if I can) delete/revoke the cert that was issued by vercel?
- If I don’t delete but change the domain my project is using so that dev.myapp.io is no longer in use, will vercel still renew the certificate when it expires?