I’ve been using letsencrypt for a while now. On several of my domains I have:
/etc/letsencrypt/live/some.domain.com
/etc/letsencrypt/live/some.domain.com-0001
where the /etc/letsencrypt/live/some.domain.com-0001 files are used when I do:
/opt/letsencrypt/letsencrypt-auto certonly --keep-until-expiring --reinstall -d some.domain.com -a webroot --agree-tos --webroot-path=/var/www --quiet --rsa-key-size 4096
I started off with
/etc/letsencrypt/live/some.domain.com
and at some point… I got:
/etc/letsencrypt/live/some.domain.com-0001
and that is what seems to be ‘live’ now.
How can I get back to just:
/etc/letsencrypt/live/some.domain.com ?
It makes my renew-scripting easier when I know that my ssl certs are in /etc/letsencrypt/live/ and don’t have to worry about the -0001 stuff.
Thanks - jack