SecureBlackbox 2020 Python Edition

Questions / Feedback?

get_client_cert Method

Populates the per-connection certificate object.

Syntax

def get_client_cert(connection_id: int) -> None: ...

Remarks

This method populates the certificate template/object received with the certificate generation request in generated_cert property.

Call this method from your on_before_generate_cert event handler to populate the certificate template, as received in the request. It is still not late to alter the details of the certificate on this stage.

Call it from your on_after_generate_cert event handler to populate the certificate that has been generated.

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