Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/infotechinc/create-x509-certificate
- Owner: infotechinc
- License: mit
- Created: 2015-03-03T17:00:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T03:00:14.000Z (almost 10 years ago)
- Last Synced: 2024-08-04T01:25:23.168Z (4 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 23
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.