Files
wlan-cloud-loadsim/certs/scripts/package-postgres-client-cert.sh
2020-10-20 16:03:11 -07:00

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