Improved documentation about SSL certs. which are self-signed

This commit is contained in:
Thomas VIAL 2015-08-19 10:08:43 +02:00
parent 9be61a477c
commit 920ac36bad
1 changed files with 2 additions and 2 deletions

View File

@ -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