PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.25k stars 204 forks source link

EST Enrollment over Secure Transport support RFC 7030 #366

Open canuto opened 1 year ago

canuto commented 1 year ago

EST is increasingly being supported by companies like Globalsign, Sectigo and the open source project OpenXPKI.

One of the use cases is enrollment of IoT devices. Microsoft Azure for IoT is one of the providers recommending using EST.

Is this on the roadmap for PKI.js ?