mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +01:00
5 lines
126 B
Bash
Executable File
5 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
|