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
When reading a pkcs8 key this exception is thrown:
File "/usr/lib/python2.7/site-packages/pyXMLSecurity-0.16.dev0-py2.7.egg/xmlsec/rsa_x509_pem/init.py", line 39, in parse
raise Exception("PEM data type not supported.")
Expected message: "PKCS8 private key format not supported".
This happens when creating RSA key pairs with openssl req
The text was updated successfully, but these errors were encountered:
When reading a pkcs8 key this exception is thrown:
File "/usr/lib/python2.7/site-packages/pyXMLSecurity-0.16.dev0-py2.7.egg/xmlsec/rsa_x509_pem/init.py", line 39, in parse
raise Exception("PEM data type not supported.")
Expected message: "PKCS8 private key format not supported".
This happens when creating RSA key pairs with
openssl req
The text was updated successfully, but these errors were encountered: