Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infotechinc/create-x509-certificate

Create a self-signed x-509 certificate with the Web Cryptography API and PKIjs
https://github.com/infotechinc/create-x509-certificate

Last synced: 30 days ago
JSON representation

Create a self-signed x-509 certificate with the Web Cryptography API and PKIjs

Awesome Lists containing this project

README

        

X.509 Certificate Creation Sample
=================================

This web page with associated JavaScript allows a user to
create a self-signed X.509 certificate.

This example is provided to illustrate how to use the W3C
[Web Cryptography API](http://www.w3.org/TR/WebCryptoAPI/ "API Draft")
and [PKIjs](https://pkijs.org/ "PKIjs Home Page") libraries.

Using this example requires a web browser that implements a compatible version
of the Web Cryptography API.
When the example was created, current versions of Google Chrome,
Firefox, and Opera browsers could run the example.

**This is not intended to be a production tool.** Rather, it may
be helpful to developers who intend to create their own tools using
the Web Cryptography API.

Copyright (c) 2015 Info Tech, Inc.
Provided under the MIT license.
See LICENSE file for details.