nginx + php-fpm (wordpress) + mariadb + let's encrpyt (ssl,tls)
$ openssl rand -base64 32 > .secrets/mysql_root_password
Forward Secrecy & Diffie Hellman Ephemeral Parameters
$ openssl dhparam -out dhparam.pem 4096
source: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
ssl test: https://www.ssllabs.com/ssltest/
=======
Forward Secrecy & Diffie Hellman Ephemeral Parameters
$ openssl dhparam -out dhparam.pem 4096
source: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
ssl test: https://www.ssllabs.com/ssltest/
- nginx:1.13 ( 80:80 and 443:443)
- wordpress:4.9-php7.2-fpm (# 9000:9000 )
- mariadb:10.2 (# 3306:3306 )
- phpmyadmin/phpmyadmin:latest ( 9070:80 )
- certbot/certbot:latest (https://letsencrypt.org)
release/v1.0.0