diff --git a/src/main/resources/props/sample.props.template b/src/main/resources/props/sample.props.template index 056aeab7..870c2955 100644 --- a/src/main/resources/props/sample.props.template +++ b/src/main/resources/props/sample.props.template @@ -81,12 +81,12 @@ oauth_1.hostname=FILL_ME_IN # activate certificate authorization, default is false ### SSL ############################## -ssl_client_auth=true -ssl_truststore_location=/var/private/ssl/truststore.jks -ssl_truststore_password=test1234 -ssl_keystore_location=/var/private/ssl/keystore.jks -ssl_keystore_password=test1234 -ssl_key_password=test1234 +#ssl_client_auth=true +#ssl_truststore_location=/var/private/ssl/truststore.jks +#ssl_truststore_password=test1234 +#ssl_keystore_location=/var/private/ssl/keystore.jks +#ssl_keystore_password=test1234 +#ssl_key_password=test1234 # a list of version names those are shown in the main page, split with # all support links:OBP_PSD2,OBP_3.1.0,OBP_4.0.0,BGv1.3,UKv3.1 @@ -101,4 +101,4 @@ ssl_key_password=test1234 # Then API_Explorer need to set two api hosts: api_hostname and this api_portal_hostname, for all Rest Apis will call api_hostname # but for all the portal home page link, we need to use this props. If do not set this, it will use api_hostname value instead. # api_portal_hostname=http://127.0.0.1:8080 -# -------------------------------------------- \ No newline at end of file +# --------------------------------------------