From 3eabc5903cfdda343569c76890e331374317747e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Wed, 26 Feb 2025 14:07:28 +0100 Subject: [PATCH] docfix/Add some comments --- obp-api/src/main/scala/code/api/util/CertificateVerifier.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/obp-api/src/main/scala/code/api/util/CertificateVerifier.scala b/obp-api/src/main/scala/code/api/util/CertificateVerifier.scala index 83a99fdcd..cefb24abe 100644 --- a/obp-api/src/main/scala/code/api/util/CertificateVerifier.scala +++ b/obp-api/src/main/scala/code/api/util/CertificateVerifier.scala @@ -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)