New SET_PLUGIN test key

This commit is contained in:
Alexandre Paillier
2023-08-29 16:33:46 +02:00
parent e0ea3697f6
commit 684e19b06f
4 changed files with 22 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ from typing import Dict
class Key(Enum):
CAL = auto()
DOMAIN_NAME = auto()
SET_PLUGIN = auto()
_keys: Dict[Key, SigningKey] = dict()

View File

@@ -0,0 +1,8 @@
-----BEGIN EC PARAMETERS-----
BgUrgQQACg==
-----END EC PARAMETERS-----
-----BEGIN EC PRIVATE KEY-----
MHQCAQEEIBErwcYvqeKSOlmQ/j3xPkVcwFf+j1aiMsA+RabczvN7oAcGBSuBBAAK
oUQDQgAEwFW8Ts8FXi2FCF01Eno95nBcf4hQVc1wceh2cb8ZH+M8yPAavC8ofIGa
FIq+G1gd8bSUCvXU3DpOa2AZF3ErNw==
-----END EC PRIVATE KEY-----