From feab474cb8b38c60b77582670aa856cc73b67590 Mon Sep 17 00:00:00 2001 From: Po-Yao Chen Date: Fri, 25 Feb 2022 00:54:41 +0800 Subject: [PATCH] fix crypki config sample (#147) * fix key type * use ECDSAWithSHA384(11) Co-authored-by: Po-Yao Chen --- docker-softhsm/crypki.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-softhsm/crypki.conf.sample b/docker-softhsm/crypki.conf.sample index 8dee58b8..88dbee63 100644 --- a/docker-softhsm/crypki.conf.sample +++ b/docker-softhsm/crypki.conf.sample @@ -37,8 +37,8 @@ "CreateCACertIfNotExist": true, "Identifier": "x509-key", "KeyLabel": "host_x509", - "KeyType": 2, - "SignatureAlgo": 3, + "KeyType": 3, + "SignatureAlgo": 11, "Locality": "Example", "Organization": "Example! Inc.", "OrganizationalUnit": "Example",