mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-26 20:48:22 +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
|