Revize 94e89bb1
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
src/constants.py | ||
---|---|---|
56 | 56 |
# available certificate states and revocation reasons |
57 | 57 |
CERTIFICATE_STATES = {"valid", "revoked"} |
58 | 58 |
CERTIFICATE_REVOCATION_REASONS = {"unspecified", "keyCompromise", |
59 |
"cACompromise", "affiliationChanged",
|
|
59 |
"CACompromise", "affiliationChanged",
|
|
60 | 60 |
"superseded", "cessationOfOperation", |
61 |
"certificateHold", "removeFromCRL", |
|
62 |
"privilegeWithdrawn", "aACompromise"} |
|
61 |
"certificateHold", "removeFromCRL"} |
|
63 | 62 |
|
64 | 63 |
|
65 | 64 |
# Insert values into the template using % (index_file, serial_file) |
Také k dispozici: Unified diff
Re #8576 - calling CryptographyService from CrlService, passphrase support