You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: