Added new test signature key for domain names
This commit is contained in:
@@ -8,6 +8,7 @@ from enum import Enum, auto
|
||||
# Example: for an entry in the Enum named DEV, its PEM file must be at keychain/dev.pem
|
||||
class Key(Enum):
|
||||
CAL = auto()
|
||||
DOMAIN_NAME = auto()
|
||||
|
||||
_keys: dict[Key, SigningKey] = dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user