You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Improved documentation about SSL certs. which are self-signed
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user