openfl.cryptography.io.read_crt# openfl.cryptography.io.read_crt(path)[source]# Reads a signed TLS certificate from a file. Parameters: path (Path) – The path to the file containing the certificate. Returns: The TLS certificate. Return type: Certificate