Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java
r18928 r19158 158 158 */ 159 159 private static final NativeCertAmend[] PLATFORM_CERT_AMEND = { 160 // #14649 - Government of Netherlands - for PDOK aerial imagery at https://geodata.nationaalgeoregister.nl (expires 2028)161 new NativeCertAmend(Arrays.asList("Government of Netherlands G3", "Staat der Nederlanden Root CA - G3"),162 "Staat_der_Nederlanden_Root_CA_-_G3.crt",163 "3c4fb0b95ab8b30032f432b86f535fe172c185d0fd39865837cf36187fa6f428",164 "https://roottest-g3.pkioverheid.nl"),165 160 // #15178 - Trusted and used by French Government - for cadastre - https://www.certigna.fr/autorites/index.xhtml?ac=Racine#lracine 166 161 // (expires 2027, should be in Java 21) -
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java
r18893 r19158 75 75 @Test 76 76 void testDutchGovernment() throws IOException { 77 connect("https:// geodata.nationaalgeoregister.nl", true);77 connect("https://www.nationaalgeoregister.nl", true); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.