mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02: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:
@@ -24,3 +24,11 @@ rsa-key-size = 4096
|
|||||||
# path to the public_html / webroot folder being served by your web server.
|
# path to the public_html / webroot folder being served by your web server.
|
||||||
# authenticator = webroot
|
# authenticator = webroot
|
||||||
# webroot-path = /usr/share/nginx/html
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user