IPWorks MQ 2020 Python Edition

Questions / Feedback?

cert_key_password Property

The password for the certificate's private key (if any).

Syntax

def get_cert_key_password() -> str: ...
def set_cert_key_password(value: str) -> None: ...

cert_key_password = property(get_cert_key_password, set_cert_key_password)

Default Value

""

Remarks

The password for the certificate's private key (if any).

Some certificate stores may individually protect certificates' private keys, separate from the standard protection offered by the cert_store_password. cert_key_password. This can be used to read such password-protected private keys.

Note: this property defaults to the value of cert_store_password. To clear it, you must set the property to the empty string (""). It can be set at any time, but must be set before calling cert_private_key when the private key's password is different from the store's.

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