x509-ts
Version:
Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.
15 lines (9 loc) • 459 B
Markdown
# X.509 TypeScript Library
* Author: Jonathan M. Wilbur <[jonathan@wilbur.space](mailto:jonathan@wilbur.space)>
* Copyright Year: 2019
* License: [MIT License](https://mit-license.org/)
## 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.