Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Support for PKCS#12 format and/or Keychain certificates #68

Closed
Legoless opened this issue Jul 21, 2014 · 2 comments
Closed

Support for PKCS#12 format and/or Keychain certificates #68

Legoless opened this issue Jul 21, 2014 · 2 comments

Comments

@Legoless
Copy link

When you create an APNs certificate, you usually add it to the Keychain. Keychain only supports exporting to PKCS#12 format, which makes it necessary to convert the certificate to .PEM format using OpenSSL. This is an annoying step and according to OpenSSL::PKCS12 Ruby already supports PKCS12 certificates. This could be added to get rid of the conversion step.

In addition, through using Security tool we could also support the certificates in Keychain.

@mattt
Copy link
Contributor

mattt commented Aug 9, 2014

If you want to implement PKCS#12 support, I would be happy to review a PR.

There are no plans to add support for certificates in the keychain.

@mattt mattt closed this as completed Aug 9, 2014
@Legoless
Copy link
Author

Will do ASAP, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants