Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 786 Bytes

Signer implementation using PKCS#12 bundle with node-forge

for @signpdf

npm version

Uses node-forge to create a detached signature of a given Buffer using a PKCS#12 certificate bundle.

Usage

See the typescript.ts example.

Notes