Can anyone tell me if I have an wildcard certificate for my domain but if I want to purchase another wildcard for my different webpage (Career page) then the previous wildcard would be revoked? or is it possible to have 2 different wildcard certificate for different pages of the same website?
Its urgent if some one can guide me
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there,
The main Wildcard SSL certificate should not be revoked, but you will need to create a separate Apache virtual host or Nginx server block for the new website in order to be able to install a separate SSL certificate.
Also, note that you can not install SSL certificates for specific pages like
yourdomain.com/contact
oryourdomain.com/about
but rather for subdomain names likeshop.yourdomain.com
orblog.yourdomain.com
and etc.Hope that this helps. Regards, Bobby