mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Improved documentation about SSL certs. which are self-signed
This commit is contained in:
parent
9be61a477c
commit
920ac36bad
|
@ -63,9 +63,9 @@ Volumes allow to:
|
|||
|
||||
# configure ssl
|
||||
|
||||
## generate ssl certificate
|
||||
## generate self-signed ssl certificate
|
||||
|
||||
You can easily generate en SSL certificate by using the following command:
|
||||
You can easily generate a self-signed SSL certificate by using the following command:
|
||||
|
||||
docker run -ti --rm -v "$(pwd)"/postfix/ssl:/ssl -h mail.my-domain.com -t tvial/docker-mailserver generate-ssl-certificate
|
||||
|
||||
|
|
Loading…
Reference in a new issue