mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-01 10:02:18 +00:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
echo Generating decrypted version of the client key
|
|
openssl rsa -passin pass:mypassword -in clientkey.pem -out clientkey_dec.pem
|
|
|