My operating system is (include version): OpenBSD 6.0
My web server is (include version): Nginx
Hello,
I’m trying to make certificates renewed automatically and I have a .conf file that looks like that
version = 0.8.1
cert = /etc/letsencrypt/live/domain.org/domain.org_pp.crt
privkey = /etc/letsencrypt/live/domain.org/domain.org.key
fullchain = /etc/letsencrypt/live/domain.org/domain.org_chaine_pp.crt
chain = /etc/letsencrypt/live/domain.org/CA_Fake_Intermediaire_Lets_Encrypt.crt
//archive_dir = /etc/letsencrypt/archive/domain.org
// Options used in the renewal process
[renewalparams]
authenticator = webroot
//rsa_key_size = 4096
installer = None
account = 04xxxxxxxxxxxxxxxxxxxxb
//account = 8xxxxx6
server = https://acme-staging.api.letsencrypt.org/directory
//server = https://acme-v01.api.letsencrypt.org/directory
email = email@mydomain.org
webroot_path = /var/www/htdocs
[[webroot_map]]
mydomain.org = /var/www/htdocs
I would like to know what the fields “webroot_path =” and “[[webroot_map]] mydomain.org =” used for knowing that the verification string use this path
cat /var/www/letsencrypt/.well-known/acme-challenge/9CxxxxxxxxxxxxxxxxxxxxxxxxxxxxZ9CXMw