Function - write_crt# openfl.cryptography.io.write_crt(certificate, path)[source]# Writes a cryptography certificate / CSR to a file. Parameters: certificate (Certificate) – cryptography csr / certificate object to write. path (Path) – The path to the file to write the certificate to. Return type: None