As mentioned in pull #20 , Pasargad provides its developers with a certificate.xml file containing their RSA private key. However, the Pasargad driver accepts the private key in pem format (Due to the crypto library only accepting pem) so developers are forced to convert it on their own. It would be nice to implement a conversion process to extract pem keys from RSA-XML.
I will be working on it. Feel free to assign
As mentioned in pull #20 , Pasargad provides its developers with a
certificate.xml
file containing their RSA private key. However, the Pasargad driver accepts the private key inpem
format (Due to thecrypto
library only acceptingpem
) so developers are forced to convert it on their own. It would be nice to implement a conversion process to extractpem
keys fromRSA-XML
. I will be working on it. Feel free to assign