mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 14:38:25 +01:00
063e8a8a5c
- adding getstats() and setstats().
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
openssl dhparam -2 -out dh-512.pem -outform PEM 512
|
|
openssl dhparam -2 -out dh-1024.pem -outform PEM 1024
|