cert_private_key Property

The private key of the certificate (if available).

Syntax

def get_cert_private_key() -> str: ...

cert_private_key = property(get_cert_private_key, None)

Default Value

""

Remarks

The private key of the certificate (if available). The key is provided as PEM/Base64-encoded data.

Note: The cert_private_key may be available, but not exportable. In this case, cert_private_key returns an empty string.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]