Changeset 17082 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-10-01T21:47:10+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java
r16436 r17082 163 163 "0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739", 164 164 "https://acme-v02.api.letsencrypt.org"), 165 // #1 4649- Government of Netherlands - for PDOK aerial imagery at https://geodata.nationaalgeoregister.nl166 new NativeCertAmend(Collections.singleton("Staat der Nederlanden Root CA - G2"),167 "Staat_der_Nederlanden_ Root_CA_-_G2.crt",168 " 668c83947da63b724bece1743c31a0e6aed0db8ec5b31be377bb784f91b6716f",169 "https://roottest- g2.pkioverheid.nl"),165 // #19872 - Government of Netherlands - for PDOK aerial imagery at https://geodata.nationaalgeoregister.nl 166 new NativeCertAmend(Collections.singleton("Staat der Nederlanden EV Root CA"), 167 "Staat_der_Nederlanden_EV_Root_CA.crt", 168 "4d2491414cfe956746ec4cefa6cf6f72e28a1329432f9d8a907ac4cb5dadc15a", 169 "https://roottest-ev.pkioverheid.nl"), 170 170 // #14649 - Government of Netherlands - for PDOK aerial imagery at https://geodata.nationaalgeoregister.nl 171 171 new NativeCertAmend(Arrays.asList("Government of Netherlands G3", "Staat der Nederlanden Root CA - G3"),
Note:
See TracChangeset
for help on using the changeset viewer.