Show / Hide Table of Contents
Edit on GitHub

Updates - Web PKI

Web PKI is automatically updated on users' computers. However, you can (and should) update the Javascript library (lacuna-web-pki-{version}.js) on your web application regularly.

Updating the Javascript library:

  • Fixes known issues that cannot be resolved with updates to the component installed on users' computers
  • Gives your application access to new features on Web PKI

The latest version of the Javascript library is 2.16.3. You can get it on the link below:

https://cdn.lacunasoftware.com/libs/web-pki/lacuna-web-pki-2.16.3.min.js

Or include in your Web page as:

<script type="text/javascript" src="https://cdn.lacunasoftware.com/libs/web-pki/lacuna-web-pki-2.16.3.min.js"
  integrity="sha256-V+oVtIm4zjy/GfMpAGkmf0Hvv2NrphvdfE5esv5lYHk="
  crossorigin="anonymous"></script>

Or install the NPM web-pki package:

$ npm install web-pki --save
Tip

All updates are guaranteed to be 100% backward compatible, so you can update the library without fear of breaking existing code

Back to top Copyright © 2015-2020 Lacuna Software