Skip to content

Commit 7bd50f5

Browse files
Update ssl-certificates.md
1 parent cea10e7 commit 7bd50f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/sova/ssl-certificates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ Add this line to check for renewal twice daily (midnight and noon):
7575
--pre-hook "/usr/bin/docker compose -f /path/to/Parley-Chat/Sova/docker-compose.yml stop nginx" \
7676
--post-hook "/usr/bin/docker compose -f /path/to/Parley-Chat/Sova/docker-compose.yml start nginx" \
7777
--deploy-hook "cp /etc/letsencrypt/live/your-domain.com/fullchain.pem /path/to/Parley-Chat/Sova/certs/cert.pem && \
78-
cp /etc/letsencrypt/live/your-domain.com/privkey.pem /path/to/Parley-Chat/Sova/certs/key.pem && \
79-
chown appuser:appuser /path/to/Parley-Chat/Sova/certs/*.pem && \
80-
/usr/bin/docker compose -f /path/to/Parley-Chat/Sova/docker-compose.yml exec -T nginx nginx -s reload"
78+
cp /etc/letsencrypt/live/your-domain.com/privkey.pem /path/to/Parley-Chat/Sova/certs/key.pem
8179
```
8280

8381
{: .note }

0 commit comments

Comments
 (0)