openssl - Installation of a DER certificate in Chrome -
i'm having issues trying automatically install der certificate chrome. error reported error 502 (net::err_no_private_key_for_cert)
.
after doing research, openssl
doesn't support der files private keys , chrome accepts der certificates. i'm thinking there may specific mime type needs returned possibly?
the mime type being returned incorrect; needs returned application/x-x509-ca-cert
.
Comments
Post a Comment