File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/java/ee/cyber/cdoc2/cli/util
src/main/java/ee/cyber/cdoc2/util Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55mobileid.client.hostUrl =https://tsp.demo.sk.ee/mid-api
66mobileid.client.relyingPartyUuid =00000000-0000-0000-0000-000000000000
77mobileid.client.relyingPartyName =DEMO
8- mobileid.client.ssl.trust-store =config/localhost/ mobile-id/mobileid_demo_server_trusted_ssl_certs.p12
8+ mobileid.client.ssl.trust-store =config/mobile-id/mobileid_demo_server_trusted_ssl_certs.p12
99mobileid.client.ssl.trust-store.type =PKCS12
1010mobileid.client.ssl.trust-store-password =passwd
1111mobileid.client.long-polling-timeout-seconds =60
Original file line number Diff line number Diff line change 22smartid.client.hostUrl =https://sid.demo.sk.ee/smart-id-rp/v2/
33smartid.client.relyingPartyUuid =00000000-0000-0000-0000-000000000000
44smartid.client.relyingPartyName =DEMO
5- smartid.client.ssl.trust-store =config/localhost/ smart-id/smartid_demo_server_trusted_ssl_certs.jks
5+ smartid.client.ssl.trust-store =config/smart-id/smartid_demo_server_trusted_ssl_certs.jks
66smartid.client.ssl.trust-store-password =passwd
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ private static KeySharesConfiguration loadKeySharesConfiguration() {
8080 private static void loadSmartIdConfiguration () throws ConfigurationLoadingException {
8181 String propertiesFilePath = System .getProperty (
8282 SMART_ID_PROPERTIES ,
83- "config/localhost/ smart-id/" + SMART_ID_PROPERTIES
83+ "config/smart-id/" + SMART_ID_PROPERTIES
8484 );
8585 if (null == propertiesFilePath ) {
8686 throw new ConfigurationLoadingException ("Smart ID configuration property is missing" );
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ directory:
147147 }
148148```
149149
150- Configuration is created from ` smart-id.properties ` in ` cdoc2-cli/config/localhost/ smart-id `
150+ Configuration is created from ` smart-id.properties ` in ` cdoc2-cli/config/smart-id `
151151directory:
152152* ` smartid.client.hostUrl `
153153* ` smartid.client.relyingPartyUuid `
@@ -165,7 +165,7 @@ directory:
165165 }
166166```
167167
168- Configuration is created from ` mobile-id.properties ` in ` cdoc2-cli/config/localhost/ mobile-id `
168+ Configuration is created from ` mobile-id.properties ` in ` cdoc2-cli/config/mobile-id `
169169directory:
170170* ` mobileid.client.hostUrl `
171171* ` mobileid.client.relyingPartyUuid `
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ private static SmartIdClientConfiguration loadSmartIdConfiguration()
161161
162162 String propertiesFilePath = System .getProperty (
163163 SMART_ID_PROPERTIES ,
164- "config/localhost/ smart-id/" + SMART_ID_PROPERTIES
164+ "config/smart-id/" + SMART_ID_PROPERTIES
165165 );
166166 if (null == propertiesFilePath ) {
167167 throw new ConfigurationLoadingException ("Smart ID configuration property is missing" );
You can’t perform that action at this time.
0 commit comments