Skip to content

Commit

Permalink
Fix README markdown (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
svalgaard committed Jun 3, 2021
1 parent e1fcd2e commit 2d7d7a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ Examples
To acquire a single certificate for both ``example.com`` and
``*.example.com``, waiting 100 seconds for DNS propagation:

certbot certonly \
--authenticator dns-infoblox \
--dns-infoblox-credentials /etc/letsencrypt/.secrets/domain.tld.ini \
--dns-infoblox-propagation-seconds 100 \
--agree-tos \
--rsa-key-size 4096 \
-d 'example.com' \
-d '*.example.com'
certbot certonly \
--authenticator dns-infoblox \
--dns-infoblox-credentials /etc/letsencrypt/.secrets/domain.tld.ini \
--dns-infoblox-propagation-seconds 100 \
--agree-tos \
--rsa-key-size 4096 \
-d 'example.com' \
-d '*.example.com'


Notes
Expand Down

0 comments on commit 2d7d7a0

Please sign in to comment.