From b9d631c4018ef1c4f66427e2ac7ec1da43c27a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 19 Aug 2021 21:41:29 +0300 Subject: [PATCH] Use updated algorithm fields --- static/js/certidude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/certidude.js b/static/js/certidude.js index 4949e04..d98445f 100644 --- a/static/js/certidude.js +++ b/static/js/certidude.js @@ -772,7 +772,7 @@ function loadAuthority(query) { $("#enroll").click(async function() { var keys = await window.cryptoEngine.generateKey( { - name: window.authority.certificate.key_type_specific, + name: window.authority.certificate.signature_algorithm, modulusLength: window.authority.certificate.key_size, publicExponent: new Uint8Array([1, 0, 1]), hash: window.authority.certificate.hash_algorithm,