mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
docfix/Remove non standard chars 4
This commit is contained in:
parent
0ba5b7b493
commit
f9effa8a6e
@ -19,8 +19,6 @@ object CertificateVerifier extends MdcLoggable {
|
||||
* This function:
|
||||
* - Reads the trust store password from the application properties (`truststore.path.tpp_signature`).
|
||||
* - Uses Java's `KeyStore` class to load the certificates.
|
||||
* - If successful, logs `✅ Loaded trust store from: path`.
|
||||
* - If it fails, logs `❌ Failed to load trust store: error message`.
|
||||
*
|
||||
* @return An `Option[KeyStore]` containing the loaded trust store, or `None` if loading fails.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user