Manoj Chaurasia Posted April 4, 2022 Share Posted April 4, 2022 Dear Sir/Madam, I'm reading TIBCO's Spotfire documentation on "Single Sign-on authentication methods." I've been tasked to use "Authentication using X.509 client certificates." The first step within this section is to"Configuring HTTPS." When I open this page it reads, "Obtain a server certificate and private key, stored in a Java keystore (JKS) or PKCS #12 keystore (P12/PFX)." I have already a server certificate installed by an Administrator; therefore, I can export this certificate, however, I can only export the certificate as a PKCS #7. Question. Can I use the PKCS #7 format to configure HTTPS V/R, Brian K. Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted April 5, 2022 Share Posted April 5, 2022 There are several ways to convert a p7b keystore to pkcs12. Please check the link below and scroll all the way to the end. This section explains how to convert p7b to pkcs12 using openssl by converting from p7b to cer and then from cer to pkcs12 by running the two commands. ===== https://knowledge.digicert.com/solution/SO26449.html ===== Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now