Update firststeps-ssl.md

Dieser Commit ist enthalten in:
André Peters 2019-11-23 16:29:07 +01:00 committet von GitHub
Ursprung f52eceb17e
Commit dc2a6bf7b4
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -86,7 +86,7 @@ Make sure you disable mailcows internal LE client (see above).
To use your own certificates, just save the combined certificate (containing the certificate and intermediate CA/CA if any) to `data/assets/ssl/cert.pem` and the corresponding key to `data/assets/ssl/key.pem`.
Reload affected service:
Reload affected services afterwards:
```
docker exec $(docker ps -qaf name=postfix-mailcow) postfix reload
@ -94,6 +94,8 @@ docker exec $(docker ps -qaf name=nginx-mailcow) nginx -s reload
docker exec $(docker ps -qaf name=dovecot-mailcow) dovecot reload
```
See https://mailcow.github.io/mailcow-dockerized-docs/firststeps-rp/#optional-post-hook-script-for-non-mailcow-acme-clients for a full example script.
### Check your configuration
Run `docker-compose logs acme-mailcow` to find out why a validation fails.