Explaining certificate generation

This commit is contained in:
Amin Vakil 2020-05-01 16:38:39 +04:30
parent 4de73c900e
commit cd7119d361
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -29,3 +29,5 @@ Environment variables:
## ALERT
Do not use this certificate in your production server, you should generate your own certificate using this command
`openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout vsftpd.pem -out vsftpd.pem`
The image gets big if we add openssl and generate certificate inside container, but it will be easy on host to generate a new certificate.