Эх сурвалжийг харах

corrected config for uaa server key

Jejomar Dimayuga 8 жил өмнө
parent
commit
b52291bfe8
1 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 3 4
      crss-uaa/crss-uaa.yml

+ 3 - 4
crss-uaa/crss-uaa.yml

@@ -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