mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +01:00
4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
openssl genrsa -des3 -out key.pem -passout pass:foobar 2048
|