Update firststeps-ssl.md

Dieser Commit ist enthalten in:
André Peters 2020-06-01 21:13:22 +02:00 committet von GitHub
Ursprung 805dd332cd
Commit 85c3f6ffe3
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -126,3 +126,10 @@ echo "Q" | openssl s_client -starttls imap -showcerts -connect mx.mailcow.email:
# Connect via HTTPS (443)
echo "Q" | openssl s_client -connect mx.mailcow.email:443
```
To validate the expiry dates as returned by openssl against MAILCOW_HOSTNAME, you are able to use our helper script:
```
cd /opt/mailcow-dockerized
bash helper-scripts/expiry-dates.sh
```