openfl.cryptography.io.read_csr# openfl.cryptography.io.read_csr(path)[source]# Reads a Certificate Signing Request (CSR) from a file. Parameters: path (Path) – The path to the file containing the CSR. Returns: The CSR and its hash. Return type: Tuple[CertificateSigningRequest, str]