mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
docfix/Add some comments
This commit is contained in:
parent
c667f79b22
commit
3eabc5903c
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user