Cert directories

Please fill out the fields below so we can help you better.

My domain is: urthllc.com mail.urthllc.com

I ran this command:certbot-auto --apache -w /var/www/urthllc -d urthllc.com -w /var/www/mail.urthllc -d mail.urthllc.com

It produced this output: only created one cert in directory /etc/letsencrypt/live/urthllc.com/xxxx

My operating system is (include version):ubuntu 16.04

My web server is (include version):apache 2

My hosting provider, if applicable, is:self

I can login to a root shell on my machine (yes or no, or I don’t know):yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):no

Shouldn’t this command have created two separate certs in different directories?

No, that command will generate a single cert, which is valid for both domain names.

If you want them as separate certs, you would need to do them as separate commands.

ok, Thanks for the quick reply!
I assume then to renew they would have to be two separate cron jobs created as well?

No, you can just do a

certbot renew

in the cron, it would check all certs and renew those that needed it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.