Update firststeps-ssl.md

Dieser Commit ist enthalten in:
André Peters 2019-06-23 18:56:18 +02:00 committet von GitHub
Ursprung 2c89d6ed40
Commit c7801091de
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -17,7 +17,7 @@ If you want to re-run the ACME client, use `docker-compose restart acme-mailcow`
### Additional domain names
Edit "mailcow.conf" and add a parameter "ADDITIONAL_SAN" like this:
Edit "mailcow.conf" and add a parameter `ADDITIONAL_SAN` like this:
Do not use quotes (`"`)!
@ -27,6 +27,8 @@ ADDITIONAL_SAN=cert1.example.org,cert1.example.com,cert2.example.org,cert3.examp
Each name will be validated against its IPv6 or - if IPv6 is not configured in your domain - IPv4 address.
A wildcard name like `autoconfig.*` will try to obtain a autoconfig.DOMAIN_NAME SAN for each domain added to mailcow.
Run `docker-compose up -d` to recreate affected containers automatically.
## Validation errors and how to skip validation