mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
docfix/Remove personal path value
This commit is contained in:
parent
f9effa8a6e
commit
c667f79b22
@ -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 =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user