pkijs
Version:
Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it p
8 lines (6 loc) • 366 B
Markdown
## Description
The complex example show:
* How to create new X.509 certificate;
* How to load and parse binary encoded X.509 certificates;
* How to use "certificate validation chain engine" for proper X.509 certificate validation;
In order to perform correct certificate validation you will need the "CA bundle" (see "Examples" directory for PKIjs project).