mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-31 18:47:50 +00:00
5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
echo Generating decrypted version of the client key
|
|
openssl rsa -passin pass:mypassword -in postgresclientkey.pem -out postgresclientkey_dec.pem
|
|
|