x509-ts

Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.

Usage no npm install needed!

<script type="module">
  import x509Ts from 'https://cdn.skypack.dev/x509-ts';
</script>

README

X.509 TypeScript Library

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.