Difference between revisions of "Certbot renew configuration examples"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Certbot renew examples}}")
 
Line 1: Line 1:
 
{{Certbot renew examples}}
 
{{Certbot renew examples}}
 +
 +
 +
== See also ==
 +
* {{certbot}}

Revision as of 06:01, 19 June 2020

/etc/letsencrypt/renewal/DOMAIN.com.conf
.../...
# Options used in the renewal process
[renewalparams]
account = t513041ebec01207237ef7251192397t
pref_challs = dns-01,
authenticator = manual
manual_public_ip_logging_ok = True

or

# Options used in the renewal process
[renewalparams]
account = t513041ebec01207237ef7251192397t
pref_challs = http-01,
authenticator = standalone
server = https://acme-v02.api.letsencrypt.org/directory


Options:

pref_challs: dns-01 | http-01
authenticator: manual | standalone


See also

Advertising: