Skip to content

Commit

Permalink
See #14649: Drop certificate amendment for Netherlands
Browse files Browse the repository at this point in the history
www.nationaalgeoregister.nl is properly setup to have the trust chain and uses
QuoVadis Root CA 2, which is in the default Java trust store.

Furthermore, `geodata.nationaalgeoregister.nl` is no longer a registered
subdomain. In addition, our map backgrounds make no references to that subdomain.

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19158 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Jul 29, 2024
1 parent 13a0670 commit 3ee948c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/org/openstreetmap/josm/io/CertificateAmendment.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ public String toString() {
* </ul>
*/
private static final NativeCertAmend[] PLATFORM_CERT_AMEND = {
// #14649 - Government of Netherlands - for PDOK aerial imagery at ​https://geodata.nationaalgeoregister.nl (expires 2028)
new NativeCertAmend(Arrays.asList("Government of Netherlands G3", "Staat der Nederlanden Root CA - G3"),
"Staat_der_Nederlanden_Root_CA_-_G3.crt",
"3c4fb0b95ab8b30032f432b86f535fe172c185d0fd39865837cf36187fa6f428",
"https://roottest-g3.pkioverheid.nl"),
// #15178 - Trusted and used by French Government - for cadastre - https://www.certigna.fr/autorites/index.xhtml?ac=Racine#lracine
// (expires 2027, should be in Java 21)
new NativeCertAmend(Collections.singleton("Certigna"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void testOverpass() throws IOException {
*/
@Test
void testDutchGovernment() throws IOException {
connect("https://geodata.nationaalgeoregister.nl", true);
connect("https://www.nationaalgeoregister.nl", true);
}

/**
Expand Down

0 comments on commit 3ee948c

Please sign in to comment.