mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-11-01 11:08:01 +00:00
3 lines
219 B
Bash
Executable File
3 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
openssl pkcs12 -export -in postgresclientcert.pem -inkey postgresclientkey.pem -passin pass:mypassword -passout pass:mypassword -out postgresclient.p12 -name user -CAfile testCA/cacert.pem -caname root -chain
|