mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Command-line to verify certificate dates
This commit is contained in:
parent
77308d269d
commit
ee557c9e3f
|
@ -454,6 +454,11 @@ And you should see the certificate chain, the server certificate and:
|
||||||
|
|
||||||
Verify return code: 0 (ok)
|
Verify return code: 0 (ok)
|
||||||
|
|
||||||
|
In addition, to verify certificate dates:
|
||||||
|
|
||||||
|
docker exec mail openssl s_client -connect 0.0.0.0:25 -starttls smtp -CApath /etc/ssl/certs/ 2>/dev/null | openssl x509 -noout -dates
|
||||||
|
|
||||||
|
|
||||||
### Plain text access
|
### Plain text access
|
||||||
|
|
||||||
Not recommended for purposes other than testing.
|
Not recommended for purposes other than testing.
|
||||||
|
|
Loading…
Reference in a new issue