Revize a4e818dc
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
src/services/certificate_service.py | ||
---|---|---|
55 | 55 |
|
56 | 56 |
def __create_wrapper(self, cert_pem, private_key_id, usages, parent_id, cert_type): |
57 | 57 |
""" |
58 |
Wraps the given parameters using hte Certificate class. Uses CryptographyService to find out the notBefore and
|
|
58 |
Wraps the given parameters using the Certificate class. Uses CryptographyService to find out the notBefore and
|
|
59 | 59 |
notAfter fields. |
60 | 60 |
:param cert_pem: PEM of the cert. to be wrapped |
61 | 61 |
:param private_key_id: ID of the private key used to create the given certificate |
Také k dispozici: Unified diff
Re #8473 - Fixed minor typo in certificate_service.py