X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources%2Fapplication.properties;h=2ffa5b7cceccad20310d3eb0bc2033b4d22184c0;hb=32a43aaef378cc15082309a7ee6e5bae026d7114;hp=acf209284b2266b4ecd76c5737d6c66723e94ac5;hpb=e9f208bb87c52bdb221775f5e3dad7d661b74b50;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/resources/application.properties b/nonrtric/helm/controlpanel/resources/application.properties index acf20928..2ffa5b7c 100644 --- a/nonrtric/helm/controlpanel/resources/application.properties +++ b/nonrtric/helm/controlpanel/resources/application.properties @@ -14,8 +14,15 @@ # limitations under the License. # ################################################################################ server.port = 8082 +server.ssl.key-store-type = PKCS12 +server.ssl.key-store-password = ericsson_kwdjfhw +server.ssl.key-store = classpath:keystore.jks +server.ssl.key-password = ericsson_kwdjfhw server.http.port = 8080 -policycontroller.url.prefix = http://policymanagementservice:8081 +# https api +policycontroller.url.prefix = https://policymanagementservice:9081 +# http api +#policycontroller.url.prefix = http://policymanagementservice:9080 userfile = users.json portalapi.decryptor = org.oransc.portal.nonrtric.controlpanel.portalapi.PortalSdkDecryptorAes portalapi.usercookie = UserId