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
The split_certificate method in bankid.certutils could not extract useable PEM client certificate and private key from the 2024-06-10 pfx. Analyse why and write new methods for splitting certificates.
Description
The
split_certificate
method inbankid.certutils
could not extract useable PEM client certificate and private key from the 2024-06-10 pfx. Analyse why and write new methods for splitting certificates.What I Did
The workaround was to copy the certificate part from the released
pem
file (https://www.bankid.com/en/utvecklare/test#certificate-for-test) to a separate file and the decrypt the key using this method:The text was updated successfully, but these errors were encountered: