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