docfix/Add some comments

This commit is contained in:
Marko Milić 2025-02-26 14:07:28 +01:00
parent c667f79b22
commit 3eabc5903c

View File

@ -137,6 +137,7 @@ object CertificateVerifier extends MdcLoggable {
}
def main(args: Array[String]): Unit = {
// change the following path if using this function to test on your localhost
val certificatePath = "/path/to/certificate.pem"
val pemCertificate = loadPemCertificateFromFile(certificatePath)