Skip to content

Commit

Permalink
Update openSSL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
all3kcis committed Jan 19, 2021
1 parent 85e6cae commit ec7ae9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fr_FR/openSSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

## Extraire les détails d'un fichier PFX
`.\openssl.exe pkcs12 -info -in .\your_cert.pfx | ./openssl.exe x509 -noout -text > C:\tmp\cert.pfx.details.txt`

## Extract Private Key from PFX
`openssl pkcs12 -in myfile.pfx -nocerts -out private-key.pem -nodes`

## Extract Certificate from PFX
`openssl pkcs12 -in myfile.pfx -nokeys -out certificate.pem`

0 comments on commit ec7ae9a

Please sign in to comment.