Function - generate_signing_csr

Function - generate_signing_csr#

openfl.cryptography.ca.generate_signing_csr()[source]#

Generate a Certificate Signing Request (CSR) and its corresponding private key.

Returns:

The private key and

the CSR.

Return type:

Tuple[RSAPrivateKey, CertificateSigningRequest]