mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-11-01 19:17:49 +00:00
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
echo Generating decrypted version of the mqtt server key
|
|
openssl rsa -passin pass:mypassword -in mqttserverkey.pem -out mqttserverkey_dec.pem
|
|
|