mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Update cli.ini (#8603)
* Update cli.ini Sharing back some extended examples I desired, did not find, and derived on my own * Update cli.ini Alex, ok - simplified as requested Matt * Update cli.ini removed trailing quote on line 32 * Update certbot/examples/cli.ini Co-authored-by: alexzorin <alex@zor.io> * Update certbot/examples/cli.ini Co-authored-by: alexzorin <alex@zor.io> * Update certbot/examples/cli.ini Co-authored-by: alexzorin <alex@zor.io> * remove stray newline Co-authored-by: alexzorin <alex@zor.io>
This commit is contained in:
parent
711cc95dc4
commit
2a16aa16c3
1 changed files with 8 additions and 0 deletions
|
|
@ -24,3 +24,11 @@ rsa-key-size = 4096
|
|||
# path to the public_html / webroot folder being served by your web server.
|
||||
# authenticator = webroot
|
||||
# webroot-path = /usr/share/nginx/html
|
||||
|
||||
# Uncomment to automatically agree to the terms of service of the ACME server
|
||||
# agree-tos = true
|
||||
|
||||
# An example of using an alternate ACME server that uses EAB credentials
|
||||
# server = https://acme.sectigo.com/v2/InCommonRSAOV
|
||||
# eab-kid = somestringofstuffwithoutquotes
|
||||
# eab-hmac-key = yaddayaddahexhexnotquoted
|
||||
|
|
|
|||
Loading…
Reference in a new issue