Changeset 13822 in josm
- Timestamp:
- 2018-05-23T19:24:42+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java
r13701 r13822 161 161 * Certificates looked into platform native keystore and not embedded in JOSM. 162 162 * Identifiers must match Windows/macOS keystore aliases and Unix filenames for efficient search. 163 * To find correct values, see https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport 163 164 */ 164 165 private static final NativeCertAmend[] PLATFORM_CERT_AMEND = { … … 182 183 "e3b6a2db2ed7ce48842f7ac53241c7b71d54144bfb40c11f3f1d0b42f5eea12d", 183 184 "https://www.certigna.fr"), 185 // Trusted and used by Slovakian Government - https://eidas.disig.sk/en/cacert/ 186 new NativeCertAmend("CA Disig Root R2", "CA Disig Root R2", "CA_Disig_Root_R2.pem", 187 "e23d4a036d7b70e9f595b1422079d2b91edfbb1fb651a0633eaa8a9dc5f80703", 188 "https://eidas.disig.sk"), 184 189 }; 185 190
Note:
See TracChangeset
for help on using the changeset viewer.