Hi, I have many virtual-hosts in my ubuntu apache installation.
Can I use many single-domain certificates instead of a unique certificat with many subjects?
Is there an option for the certbot script for this purpose?
Thanks
Hi, I have many virtual-hosts in my ubuntu apache installation.
Can I use many single-domain certificates instead of a unique certificat with many subjects?
Is there an option for the certbot script for this purpose?
Thanks
You can. Let's Encrypt has rate limits, though.
Just run Certbot N times, and only pick 1 subdomain each time.
If you specify domains on the command line, use e.g. "sudo certbot --apache -d a.example.com
" and "sudo certbot --apache -d b.example.com
" instead of "sudo certbot --apache -d a.example.com -d b.example.com
".
If you pick domains interactively... you should be able to do something similar, but I don't have experience with it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.