singe/thirdparty/luasec/samples/dhparam/params.sh
2023-11-16 22:15:24 -06:00

4 lines
126 B
Bash
Executable file

#!/usr/bin/env sh
openssl dhparam -2 -out dh-512.pem -outform PEM 512
openssl dhparam -2 -out dh-1024.pem -outform PEM 1024