Skip to content

dockerAA/wordpress

Repository files navigation

README

wordpress

nginx + php-fpm (wordpress) + mariadb + let's encrpyt (ssl,tls)

random password

$ openssl rand -base64 32 > .secrets/mysql_root_password

Strong SSL Security on nginx

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/

=======

Strong SSL Security on nginx

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/



Docker Container List (wordpress)

  1. nginx:1.13 ( 80:80 and 443:443)
  2. wordpress:4.9-php7.2-fpm (# 9000:9000 )
  3. mariadb:10.2 (# 3306:3306 )
  4. phpmyadmin/phpmyadmin:latest ( 9070:80 )
  5. certbot/certbot:latest (https://letsencrypt.org)
    release/v1.0.0