SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

cert_ocsp_locations Property

Locations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.

Syntax

def get_cert_ocsp_locations() -> str: ...
def set_cert_ocsp_locations(value: str) -> None: ...

cert_ocsp_locations = property(get_cert_ocsp_locations, set_cert_ocsp_locations)

Default Value

""

Remarks

Locations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.

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