This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
Support cleartext PEM key import/export #244
Labels
need/triage
Needs initial labeling and prioritization
go-ipfs 0.13+ will support key import/export using cleartext PEM/PKCS8 format (ipfs/kubo#8616) which enables interop with things like openssl, for example;
Key generation outside the IPFS node:
Using openssl to get a PEM with public key:
js-libp2p-crypto should support PEM format to enable similar level of interop.
we would like to use it in ipfs/js-ipfs#2887
Ref.
The text was updated successfully, but these errors were encountered: