Questions tagged [p7b]

19 questions
0
votes
0 answers

Two way SSL authentication with .p7b file using openssl

There is a server which we need to integrate with and our system is client consuming other service. Other service wants to use two-way ssl authentication and they shared a .p7b file with us. After installing certificates into our windows platform…
Ozan ERTÜRK
  • 319
  • 5
  • 13
0
votes
1 answer

Configuring ssl apache in Redhat linux

I have one apache server which is configured with ssl. SSLCertificateFile /etc/certs/localhost.crt SSLCertificateKeyFile /etc/private/localhost.key Now i need to replace the certificate with a new one(Provided by our department). For that i have…
Andromeda
  • 12,659
  • 20
  • 77
  • 103
0
votes
0 answers

Complete Certificate Request with .p7b file

In IIS 8, I created a Certificate Signing Request. After creation, I can see a certificate in "Certificate Enrollment Requests" in Microsoft Management Console (MMC), as well as the created CSR file. I took the content of the CSR file, and then…
user3573403
  • 1,780
  • 5
  • 38
  • 64
0
votes
1 answer

Regenerate keystore.jks file from p7b or crt file

I'm in a rather unlucky situation, as the keystore generated when creating a CSR file with the keytool is "lost". I have received the p7b file and I also have the crt file available, which both are produced from the CSR. Is it somehow possible to…
dennis_ler
  • 659
  • 1
  • 9
  • 36
1
2