Add notice to run up -d after changing additional san

Dieser Commit ist enthalten in:
André 2017-10-14 08:38:32 +02:00
Ursprung 8af7162f4c
Commit 4af1ad9832

Datei anzeigen

@ -32,6 +32,8 @@ ADDITIONAL_SAN=cert1.example.org,cert1.example.com,cert2.example.org,cert3.examp
Each name will be validated against its IPv4 address.
Run `docker-compose up -d` to recreate changed containers.
**Skip Let's Encrypt function**
Add `SKIP_LETS_ENCRYPT=y` to mailcow.conf and restart the stack by running `docker-compose down && docker-compose up -d`.
@ -40,7 +42,7 @@ Add `SKIP_LETS_ENCRYPT=y` to mailcow.conf and restart the stack by running `dock
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`.
Restart the mailcow stack by running `docker-compose down && docker-compose up -d`.
Restart changed containers by running `docker-compose up -d`.
## Check your configuration