Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ Node.JS, NPM
4. When you run certbot, add the options for ````--manual-auth-hook```` and ````--manual-cleanup-hook```` to be certbot-namesilo-hook

#### Example Usage
````
````shell
certbot certonly --manual --email awesomeemail@wow.com \
--agree-tos \
--preferred-challenges=dns \
--manual-auth-hook certbot-namesilo-hook \
--manual-cleanup-hook certbot-namesilo-hook \
-d *.awesomewebsite.com -d awesomewebsite.com
-d '*.awesomewebsite.com' -d awesomewebsite.com
````
Or when renewing
````
````shell
certbot renew --email awesomeemail@wow.com \
--agree-tos \
--preferred-challenges=dns \
--manual-auth-hook certbot-namesilo-hook \
--manual-cleanup-hook certbot-namesilo-hook \
-d *.awesomewebsite.com -d awesomewebsite.com
-d '*.awesomewebsite.com' -d awesomewebsite.com
````


Expand Down