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
Hi, I don't see any way to export RSA private key to PKCS8 PEM format as for example required by Chrome extension .crx.
There is a discontinued rubygem about this [1] but I think a to_pkcs8 method would nicely fit into the main library. There is a pull request for making it work with recent ruby.
Hi, I don't see any way to export RSA private key to PKCS8 PEM format as for example required by Chrome extension
.crx
.There is a discontinued rubygem about this [1] but I think a
to_pkcs8
method would nicely fit into the main library. There is a pull request for making it work with recent ruby.[1] https://github.com/postageapp/openssl_pkcs8
[2] https://github.com/postageapp/openssl_pkcs8/pull/4/files
The text was updated successfully, but these errors were encountered: