Creating a certificate in PingFederate and converting it to .p7b format
Steps
-
In PingFederate, go to Security → Signing & Decryption Keys & Certificates and click Create New.
-
Enter the values for the required fields then click Next and Done.
-
Locate your certificate and select Export from the Select Action menu.
-
Go to Certificate Only → Next → Export.
Note the location of your downloaded certificate on your file system.
-
Open your terminal application and change the directory to the location containing your exported certificate.
-
To convert your certificate to
.p7b
format, runopenssl crl2pkcs7 -nocrl -certfile <your original certificate filename>.crt -out <your desired new filename>.p7b -outform DER
. -
Note the location of your new
.p7b
certificate.