diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/letsencrypt/get-cert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/letsencrypt/get-cert.sh b/tools/letsencrypt/get-cert.sh index 409f2fa5e3..d44deb1443 100644 --- a/tools/letsencrypt/get-cert.sh +++ b/tools/letsencrypt/get-cert.sh @@ -4,7 +4,7 @@ certbot certonly --standalone\ -d $1\ -d api.$1\ -d auth.$1\ - -d about.$1\ + -d docs.$1\ -d ch.$1\ -d stats.$1\ -d status.$1\ |