@icedevml/tinypki-client-side-cert-req 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ A part of TinyPKI project, with the intention to facilitate higher adoption of m
|
|
|
6
6
|
* Client-side PKCS#10 Certificate Signing Request (CSR) generation using Web Crypto API key pairs (supported: RSA/ECDSA/Ed25519);
|
|
7
7
|
* Bundling PEM certificate chain and private key together into PKCS#12 container (`.P12` or `.PFX` file);
|
|
8
8
|
|
|
9
|
+
## Demo
|
|
10
|
+
|
|
11
|
+
See the **[library demo](https://icedevml.github.io/tinypki-client-side-cert-req/)** for further reference.
|
|
12
|
+
|
|
9
13
|
## Installation
|
|
10
14
|
|
|
11
15
|
This library is distributed in two formats.
|
|
@@ -26,7 +30,7 @@ Download: **[tinypki-client-side-cert-req-lib.js](https://github.com/icedevml/ti
|
|
|
26
30
|
|
|
27
31
|
## Usage
|
|
28
32
|
|
|
29
|
-
See [`demo/`](https://github.com/icedevml/tinypki-client-side-cert-req/tree/master/demo) directory for
|
|
33
|
+
See [`demo/`](https://github.com/icedevml/tinypki-client-side-cert-req/tree/master/demo) directory for usage examples.
|
|
30
34
|
|
|
31
35
|
## Manual building
|
|
32
36
|
|