SecureBlackbox 2020 Python Edition

Questions / Feedback?

generate_csr Method

Creates a new certificate signing request (CSR).

Syntax

def generate_csr(key_bits: int) -> None: ...

Remarks

Call this method to generate a new certificate request with the specified parameters. The newly generated CSR is saved in certificate_request property. Use export_csr and export_key to serialize the generated objects.

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