Hi all,
I have set up a new sub-domain on my website and want to add an new certificate for it.
My existing certs will expire in a month or so and I was going to wait until then so that everything will be in sync.
My question is can I just add the new sub-domain to the list of sites that the renewed certificates will be valid for?
Existing valid certs for:-
example.com
www.example.com
sub1.example.com
new site
sub2.example .com
thought I might do something like:-
./letsencrypt-auto certonly -d example.com -d www.example.com -d sub1.example.com -d sub2.example.com
Steve