This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
Yes, it's possible to export cert from the token. Please use this example https://github.com/PeculiarVentures/webcrypto.dev-examples/blob/e43a32afc102f3a6a67721ae3ee0e3978763a009/src/crypto/fortify/cert_list.ts#L65 You just need to get a cert raw and save it in required format. You can use @peculiar/x509 library to convert a certificate raw into the PEM format |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Is it possible to export a selected certificate in p12 or crt format?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions