Revize a6727aa9
Přidáno uživatelem Stanislav Král před asi 4 roky(ů)
src/services/cryptography.py | ||
---|---|---|
190 | 190 |
:param subject_key: string containing the private key to be used when creating the certificate in PEM format |
191 | 191 |
:param issuer_key: string containing the private key of the issuer's certificate in PEM format |
192 | 192 |
:param issuer_pem: string containing the certificate of the issuer that will sign this CSR in PEM format |
193 |
:param issuer_key: string containing the private key of the issuer's certificate in PEM format |
|
194 | 193 |
:param subject_key_pass: string containing the passphrase of the private key used when creating the certificate |
195 | 194 |
in PEM format |
196 | 195 |
:param issuer_key_pass: string containing the passphrase of the private key of the issuer's certificate in PEM |
Také k dispozici: Unified diff
Re #8472 - Added missing docstrings to KeyService and CertificateService classes