mirror of
https://github.com/brunoos/luasec.git
synced 2025-02-06 12:02:48 +01:00
5 lines
118 B
Bash
5 lines
118 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
openssl dhparam -2 -out dh-512.pem -outform PEM 512
|
||
|
openssl dhparam -2 -out dh-1024.pem -outform PEM 1024
|