initial commit with empty 8192 bit key

This commit is contained in:
nd 2017-10-07 03:19:30 +02:00
commit 692852c125
6 changed files with 50 additions and 0 deletions

5
files/regeneratekeys.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
openssl dhparam 1024 > dh-1024.pem &
openssl dhparam 2048 > dh-2048.pem &
openssl dhparam 4096 > dh-4096.pem &
openssl dhparam 8192 > dh-8192.pem