Difference between revisions of "Certbot renew configuration examples"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Certbot renew examples}}
 
{{Certbot renew examples}}
  
 +
== Related terms ==
 +
* List certificates: <code>[[certbot certificates]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 09:55, 15 December 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

Related terms

See also

Advertising: