We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificates exported from the Apple keychain are in DER format (*.p12 files).
It would make sense to support these directly (in addition to or instead of PEM formatted files). The library I've been using for this is: https://github.com/Azure/go-pkcs12
There is an effort underway to move that library into x/crypto and firm up the APIs. Azure/go-pkcs12#9
The text was updated successfully, but these errors were encountered:
There are a number of helpers that do tls.X509KeyPair and tls.LoadX509KeyPair (in Conn, Client, and Feedback).
I'd like to simplify this by just using tls.Certificate and providing examples or a certificate helper for the loading.
Sorry, something went wrong.
I like where you're going with that.
The pkcs12 library is available at golang.org/x/crypto/pkcs12 with a slightly different API than before.
No branches or pull requests
Certificates exported from the Apple keychain are in DER format (*.p12 files).
It would make sense to support these directly (in addition to or instead of PEM formatted files). The library I've been using for this is: https://github.com/Azure/go-pkcs12
There is an effort underway to move that library into x/crypto and firm up the APIs. Azure/go-pkcs12#9
The text was updated successfully, but these errors were encountered: