Added initial support for signature

This commit is contained in:
Christian Risi
2024-12-02 19:15:12 +01:00
parent 44d6d9a84f
commit 0eb4c0069e
16 changed files with 285 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
openssl ecparam -name secp521r1 -genkey -noout -out privateKey.pem
openssl req -x509 -sha256 -key privateKey.pem -out cert.pem -nodes