Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
/ pkcs-split Public archive

Split PKCS #12 certificates into PEMs, CER/RSA, or CER/KEY.

License

Notifications You must be signed in to change notification settings

LLEB-ME/pkcs-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pkcs-split

You will need OpenSSL installed. This tool is intended for use with Keychain Access (55296.40.3) or similar.

Clone this repository (git clone https://github.com/LLEB-ME/pkcs-split.git) and mark the shell script as executable (chmod +x pkcs-split.sh).

Usage

$ pkcs-split <PKCS #12 file> <pem|key|rsa>

Do not surround variables in <>. These are used as a placeholder to show variables.

  • <PKCS #12 file>— the location of your PKCS #12 certificate.
  • <pem|key|rsa>— select any of the options.
    • PEM will provide 2 PEM files: private.pem and public.pem
    • KEY will provide 1 KEY and 1 CER: private.key and public.cer
    • RSA will provide 1 RSA and 1 CER: private.rsa and public.cer

Acknowledgements

This project is licensed under the 3-Clause BSD License.

About

Split PKCS #12 certificates into PEMs, CER/RSA, or CER/KEY.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages