docs: further explanation on certs [ci skip]

This commit is contained in:
decentral1se 2022-01-09 15:10:11 +01:00
parent c9646a1900
commit 6ae8c53a82
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 6 additions and 4 deletions

View File

@ -20,13 +20,15 @@ Chat that is simple, secure, and private.
### Post-deploy steps
The `certs` service needs to copy over the right certificates from traefik. If
you're deploying for the first time, then this could take a minute. Once the certs
are copied over, you'll have to manually restart the app service.
you're deploying for the first time, then this could take a minute. Once the
certs are copied over, you'll have to manually restart the `app` service and
potentially the `server` service.
```
abra app logs <yoursnikket> certs
abra app logs <yoursnikket> certs
abra app run <yoursnikket> server ls -lha /certs
abra app restsart <yoursnikket> app
abra app restsart <yoursnikket> server # check logs to see it picks up certs
abra app restsart <yoursnikket> app # your ${DOMAIN} web log in should work now
```
### DNS requirements