initial commit with empty 8192 bit key
This commit is contained in:
commit
692852c125
6 changed files with 50 additions and 0 deletions
5
files/regeneratekeys.sh
Executable file
5
files/regeneratekeys.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue