We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0219c79 commit 966dec7Copy full SHA for 966dec7
scripts/gen_certs.sh
@@ -40,7 +40,7 @@ if [ ! -z $password ]; then
40
openssl rsa -des3 -in $CERT_BASE/device.key -out $CERT_BASE/device.des3.key -passout pass:$password
41
# PKCS #12 for device, needed for NX-OS
42
# Uncertain if this is correct
43
- openssl pkcs12 -export -out $CERT_BASE/device.pfx -inkey $CERT_BASE/device.key -in $CERT_BASE/device.crt -certfile $CERT_BASE/device.crt -password pass:$password
+ openssl pkcs12 -export -out $CERT_BASE/device.pfx -inkey $CERT_BASE/device.key -in $CERT_BASE/device.crt -certfile $CERT_BASE/rootCA.pem -password pass:$password
44
else
45
print_red "SKIPPING device key encryption"
46
fi
0 commit comments