Skip to content

Commit fa02d2e

Browse files
committed
Updated application.yaml
1 parent 2bd8bcd commit fa02d2e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/main/resources/application.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ spring:
2727
digest-auth:
2828
host: http://localhost:8088
2929
username: user
30-
password: password
30+
password: password
31+
mutual-tls:
32+
host: http://localhost:8089
33+
ssl:
34+
keystore:
35+
path: keystorePath
36+
password: keystorePassword
37+
truststore:
38+
path: truststorePath
39+
password: truststorePassword

0 commit comments

Comments
 (0)