no-acme #10

已合并
lastlink 2019-05-11 22:32:00 +00:00 将 13 次代码提交从 lastlink/bluecrypt-keypairs.js:no-acme 合并至 master
协作者
  • fixed merge issue
  • jwk to jwt & jws
* fixed merge issue * jwk to jwt & jws
coolaj862019-05-11 21:58:39 +00:00 批准此合并请求
coolaj86 留下了一条评论
管理员

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
管理员

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({
管理员

What's this hard-coded value for?

What's this hard-coded value for?
lastlink "于 2019-05-11 22:32:00 +00:00 关闭此合并请求 "
登录 并参与到对话中。
无审核者
未选择标签
未选择里程碑
未指派成员
2 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:coolaj86/bluecrypt-keypairs.js#10
没有提供说明。