static fun readPemFile(certificate: Path): ByteArray
Read a PEM-encoded file.
certificate - The path to a PEM-encoded file.
certificate
IOException - If an IO error occurs.
IOException
Return The bytes for the PEM content.