I am in the process of updating our JSS instance to have a third party cert. This is in anticipation of possibly opening up self enrollment for some users, hate to see them get an unverified prompt when they connect. I have been following the directions from the following article.
https://jamfnation.jamfsoftware.com/article.html?id=115
I was able to generate a keystore fine. I was able to import the root certificate fine. However when I try to import the signed certificate I get an error.
keytool error:java.lang.Exception:Failed to establish chain from reply.
I thought maybe I needed the other certificates listed in the certificate chain but if I try to import them I get an error.
keytool error: java.lang.Exception: Certificate not imported, alias <root> already exists.
Which I take to be expected since I have already imported the top certificate in the chain.
Not sure what I'm doing wrong here, or if I've imported the chain wrong.
Side question, switching the cert from the JSS built in CA to a public won't break anything correct?