I using CentOS7 and certbot for make ssl certificate, but the default directory of certificates is "/etc/letsencript/live/first-host" , how to change the forst-host directory with "/etc/letsencript/default" by example?
I using the certbot:
certbot certonly --standalone -d host1 -d host2 --debug
And the directory:
/etc/letsencript/live/host1/
the elments in the
/etc/letsencrypt/live
directory are just symlinks to/etc/letsencrypt/archive/...
.You can just add another symlink: