This commit is contained in:
Alex Thomassen 2019-01-13 03:26:51 +01:00 committed by GitHub
parent c7f28c213a
commit fafb05e3be
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
sudo touch /etc/nginx/dhparams.pem
sudo chmod 700 /etc/nginx/dhparams.pem
# 4096 would also work here:
sudo openssl dhparam -out /etc/nginx/dhparams.pem 2048