1
1
Fork 1

no-acme #10

Zusammengeführt
lastlink hat 13 Commits von lastlink/bluecrypt-keypairs.js:no-acme nach master 2019-05-11 22:32:00 +00:00 zusammengeführt
Mitarbeiter
  • fixed merge issue
  • jwk to jwt & jws
* fixed merge issue * jwk to jwt & jws
coolaj86 hat die Änderungen 2019-05-11 21:58:39 +00:00 genehmigt
coolaj86 hat einen Kommentar hinterlassen
Besitzer

Approving so this can merge, but will you PR again to remove the debug value for the key and use the generated key instead?

Approving so this can merge, but will you PR again to remove the debug value for the key and use the generated key instead?
@ -52,3 +54,2 @@
kty: $('input[name="kty"]:checked').value
, namedCurve: $('input[name="ec-crv"]:checked').value
, modulusLength: $('input[name="rsa-len"]:checked').value
, namedCurve: $('input[name="ec-crv"]:checked').value
Besitzer

these aren't aligned. I wouldn't stop a merge for that, just want you to notice.

these aren't aligned. I wouldn't stop a merge for that, just want you to notice.
@ -112,1 +166,4 @@
$('.js-generate').hidden = false;
$('.js-sign').hidden = false;
$('textarea[name="jwk"]').value = JSON.stringify({
Besitzer

What's this hard-coded value for?

What's this hard-coded value for?
lastlink hat diesen Pull-Request 2019-05-11 22:32:00 +00:00 geschlossen
Anmelden, um an der Diskussion teilzunehmen.
Keine Reviewer
Kein Label
Kein Meilenstein
Niemand zuständig
2 Beteiligte
Nachrichten
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: coolaj86/bluecrypt-keypairs.js#10
Keine Beschreibung angegeben.