docfix/Remove personal path value

This commit is contained in:
Marko Milić 2025-02-25 15:48:40 +01:00
parent f9effa8a6e
commit c667f79b22

View File

@ -137,8 +137,7 @@ object CertificateVerifier extends MdcLoggable {
}
def main(args: Array[String]): Unit = {
// val certificatePath = "/path/to/certificate.pem"
val certificatePath = "/home/marko/Downloads/BerlinGroupSigning/certificate.pem"
val certificatePath = "/path/to/certificate.pem"
val pemCertificate = loadPemCertificateFromFile(certificatePath)
pemCertificate.foreach { pem =>