update for publishing
This commit is contained in:
parent
a7713f9622
commit
ab5e1a0ee8
|
@ -1,3 +1,8 @@
|
||||||
|
This is being ported from code from rsa-compat.js, greenlock.html (bacme.js), and others.
|
||||||
|
|
||||||
|
Today is 2018-10-10 come back in a week.
|
||||||
|
|
||||||
|
<!--
|
||||||
Keypairs™ for node.js
|
Keypairs™ for node.js
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -90,3 +95,4 @@ Keypairs.jws.sign(options)
|
||||||
Keypairs.csr.generate(options)
|
Keypairs.csr.generate(options)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keypairs",
|
"name": "keypairs",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.",
|
"description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue