3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
openssl genrsa -des3 -out key.pem -passout pass:foobar 2048
|