mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-11-02 11:38:04 +00:00
5 lines
175 B
Bash
Executable File
5 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
echo Generating decrypted version of the cassandra client/server key
|
|
openssl rsa -passin pass:mypassword -in cassandraserverkey.pem -out cassandraserverkey_dec.pem
|
|
|