Add letsrenew role
This commit is contained in:
parent
84799fc22b
commit
cee2fde3ac
6 changed files with 87 additions and 6 deletions
27
roles/letsrenew/templates/cli.ini.j2
Normal file
27
roles/letsrenew/templates/cli.ini.j2
Normal file
|
@ -0,0 +1,27 @@
|
|||
agree-tos = True
|
||||
non-interactive = True
|
||||
renew-by-default = True
|
||||
text = True
|
||||
|
||||
# All flags used by the client can be configured here. Run Certbot with
|
||||
# "--help" to learn more about the available options.
|
||||
#
|
||||
# Note that these options apply automatically to all use of Certbot for
|
||||
# obtaining or renewing certificates, so options specific to a single
|
||||
# certificate on a system with several certificates should not be placed
|
||||
# here.
|
||||
|
||||
# Use a 4096 bit RSA key instead of 2048
|
||||
rsa-key-size = 4096
|
||||
|
||||
# Uncomment and update to register with the specified e-mail address
|
||||
email = backend@hamburg.freifunk.net
|
||||
|
||||
# Uncomment to use the standalone authenticator on port 443
|
||||
# authenticator = standalone
|
||||
# standalone-supported-challenges = tls-sni-01
|
||||
|
||||
# Uncomment to use the webroot authenticator. Replace webroot-path with the
|
||||
# path to the public_html / webroot folder being served by your web server.
|
||||
authenticator = webroot
|
||||
webroot-path = {{ letsrenew_webroot }}
|
Loading…
Add table
Add a link
Reference in a new issue