Skip to content

Commit

Permalink
Merge pull request #390 from slovensko-digital/update-default-tsl
Browse files Browse the repository at this point in the history
Add Spain and Balgium to default list of TSL
  • Loading branch information
celuchmarek committed Jan 30, 2024
2 parents 8cb3a5e + 68055ae commit d0aa975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static UserSettings load() {
settings.setPdfaCompliance(prefs.getBoolean("PDFA_COMPLIANCE", true));
settings.setServerEnabled(prefs.getBoolean("SERVER_ENABLED", true));
settings.setExpiredCertsEnabled(prefs.getBoolean("EXPIRED_CERTS_ENABLED", false));
settings.setTrustedList(prefs.get("TRUSTED_LIST", "SK,CZ,AT,PL,HU"));
settings.setTrustedList(prefs.get("TRUSTED_LIST", "SK,CZ,AT,PL,HU,ES,BE"));
settings.setCustomKeystorePath(prefs.get("CUSTOM_KEYSTORE_PATH", ""));
settings.setTsaServer(prefs.get("TSA_SERVER", "http://tsa.izenpe.com"));
settings.setCustomTsaServer(prefs.get("CUSTOM_TSA_SERVER", ""));
Expand Down

0 comments on commit d0aa975

Please sign in to comment.