Skip to content

Commit

Permalink
fix export from identity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Sep 12, 2023
1 parent 564aa65 commit ea10154
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/identity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ import {

export { createRootCA }
export type { RootCA }
export { extractPubKey, parseCertificate, keyFromCertificate, keyObjectFromString, extractPubKeyString, pubKeyFromCsr }
export {
extractPubKey,
parseCertificate,
keyFromCertificate,
keyObjectFromString,
extractPubKeyString,
pubKeyFromCsr,
parseCertificationRequest,
}
export { verifyUserCert }
export { verifySignature }
export { sign }
Expand Down

0 comments on commit ea10154

Please sign in to comment.