|
|
@@ -12,6 +12,9 @@ server:
|
|
|
port: 9999
|
|
|
use-forward-headers: true
|
|
|
context-path: /uaa
|
|
|
+ ssl:
|
|
|
+ key-store: /opt/java/jre/lib/security/cacerts
|
|
|
+ key-store-password: changeit
|
|
|
|
|
|
management:
|
|
|
health:
|
|
|
@@ -31,7 +34,3 @@ crss:
|
|
|
client-secret: crsssecret
|
|
|
scope: openid
|
|
|
|
|
|
-server:
|
|
|
- ssl:
|
|
|
- key-store: /opt/java/jre/lib/security/cacerts
|
|
|
- key-store-password: changeit
|