Revize 7313994f
Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)
src/services/cryptography.py | ||
---|---|---|
155 | 155 |
# waiting for the passphrase to be typed in |
156 | 156 |
args.extend(["-passin", f"pass:{key_pass}"]) |
157 | 157 |
|
158 |
print(args) |
|
159 |
|
|
160 | 158 |
return self.__run_for_output(args, proc_input=bytes(key, encoding="utf-8")).decode() |
161 | 159 |
|
162 | 160 |
def __create_csr(self, subject, key, key_pass=""): |
Také k dispozici: Unified diff
Re #8575 - Implemented CrlService that allows the caller to generate a CA database index of revoked certificates
Added an integration test verifying its validity.
Renamed NOT_BEFORE_AFTER_DATE_FORMAT constant to VALID_FROM_TO_DATE_FORMAT in certificate_service.py.
Removed debug print in cryptography.py