Forum Discussion

pynot's avatar
pynot
Icon for Altostratus rankAltostratus
Jun 02, 2017

PKCS#7 doesn't have private key and can't import to F5

Hi,

 

Need assistance on how I can get the private key of PKCS7 ssl cert? Already convert thru openssl to pem format but when we try to import to F5 it says private key doesn't match.

 

Hoping for your assistance on how you able to solve this concern.

 

Thanks,

 

Tony

 

4 Replies

    • Ilian_Ivanov's avatar
      Ilian_Ivanov
      Icon for Nimbostratus rankNimbostratus

      Some more info:

       

      The PKCS7 or P7B format is usually stored in Base64 ASCII format and has a file extention of .p7b or .p7c. P7B certificates contain "-----BEGIN PKCS7-----" and "-----END PKCS7-----" statements. A P7B file only contains certificates and chain certificates, not the private key. Several platforms support P7B files including Microsoft Windows and Java Tomcat.

       

    • Ilian_Ivanov_23's avatar
      Ilian_Ivanov_23
      Icon for Nimbostratus rankNimbostratus

      Some more info:

       

      The PKCS7 or P7B format is usually stored in Base64 ASCII format and has a file extention of .p7b or .p7c. P7B certificates contain "-----BEGIN PKCS7-----" and "-----END PKCS7-----" statements. A P7B file only contains certificates and chain certificates, not the private key. Several platforms support P7B files including Microsoft Windows and Java Tomcat.