x509-ts
v0.13.0
Published
Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.
Downloads
28
Maintainers
Readme
X.509 TypeScript Library
- Author: Jonathan M. Wilbur <[email protected]>
- Copyright Year: 2019
- License: MIT License
Building
You can build this library by running npm run build
.
The outputs will all be in dist
.
dist/x509.min.js
is the library for the web browser, which is minified.dist/index.js
is the root of the NodeJS library, which is not minified.