mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 14:38:25 +01:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
openssl genrsa -des3 -out key.pem -passout pass:foobar 2048
|