Hello friends,
I would like to enable inbound ssl inspection to a few public facing appliances that are only accessed over ssl. The issue seems to be that there is no "private key" for their certificates. When it's time to renew their 3rd party trusted cert, all the appliances give us is CSR which we send to entrust and get back the server cert along with the root and intermediate certs. Put those files together and install the cert on the appliance which has an A+ score from the public qualys ssl checker.
I've tried to create a .p12 file using this command:
cpopenssl pkcs12 -export -nokeys -in ServerCertificate.crt -out final.p12
For the -in file, i've tried just the server cert, and the full cert with root and intermediate added. And when attempting to import to smartdashboard, i receive the "import certificate error".
I have a feeling that i'm fighting a losing battle here...is there anyway to do this? Ver is r80,20, latest HFA.
thanks