I think with a p7b, you should be able to do: openssl pkcs12 -export -in yourcert.p7b -inkey .key -out yourcert.p12 And then upload that directly into Certificate Management. I haven't done that with a p7b, but it should have the Digicert CA as well as any intermediate CA already there. If that doesn't work, start with the pem and do cat yourdomain.crt .key digicertCA1 digicertCA2 > yourcert.p7b and then try the first command again. Any luck with either of those? Cheers - Bob
↧