Skip to content

Commit b222103

Browse files
hstievatgitbook-bot
authored andcommitted
GITBOOK-300: No subject
1 parent 32ac1e3 commit b222103

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

services/www/administration.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ This section contains various other scripts to do useful things on [WWW](./).
2525
### If SSL doesn't renew automatically
2626

2727
The certbot command is `certbot certonly`\
28-
`--manual`\
29-
`--preferred-challenges dns`\
30-
`--manual-auth-hook /usr/local/bin/certbot-ipa-dns-update.sh`\
31-
`--manual-cleanup-hook /usr/local/bin/certbot-ipa-dns-cleanup.sh`\
32-
`--cert-name tjhsst.edu`
28+
`--manual \`\
29+
`--preferred-challenges dns \`\
30+
`--manual-auth-hook /usr/local/bin/certbot-ipa-dns-update.sh \`\
31+
`--deploy-hook "nginx -s reload" \`\
32+
`--manual-cleanup-hook /usr/local/bin/certbot-ipa-dns-cleanup.sh \`\
33+
`-d tjhsst.edu \`\
34+
`-d '*.tjhsst.edu' \`\
35+
`--non-interactive --agree-tos -m lead-sysadmins@tjhsst.edu --no-eff-email \`\
36+
`--expand`
3337

3438
You can try running this manually to see the error. You can also look at the script in `/usr/local/bin/certbot-ipa-dns-update.sh` to see what it's supposed to do. 

0 commit comments

Comments
 (0)