Difference between revisions of "Certbot renew configuration examples"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Certbot renew examples}}
 
{{Certbot renew examples}}
  
 +
== Related terms ==
 +
* [[List certificates]]: <code>[[certbot certificates]]</code>
  
 
== See also ==
 
== See also ==
 
* {{certbot}}
 
* {{certbot}}
 +
 +
 +
[[Category:Security]]

Latest 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[edit]

See also[edit]

Advertising: