From 2a16aa16c37308dd0e357d96b51d2b0ffb36add8 Mon Sep 17 00:00:00 2001 From: Matt W Date: Sat, 6 Feb 2021 23:19:49 -0800 Subject: [PATCH] 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 * Update certbot/examples/cli.ini Co-authored-by: alexzorin * Update certbot/examples/cli.ini Co-authored-by: alexzorin * remove stray newline Co-authored-by: alexzorin --- certbot/examples/cli.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/certbot/examples/cli.ini b/certbot/examples/cli.ini index dfb1d6fff..8471558ee 100644 --- a/certbot/examples/cli.ini +++ b/certbot/examples/cli.ini @@ -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