Changeset 15124 in josm


Ignore:
Timestamp:
2019-05-27T19:07:53+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #17668 - load "Microsec e-Szigno Root CA 2009" certificate, used by city of Budapest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java

    r15121 r15124  
    184184                "Taiwan_GRCA.pem",
    185185                "7600295eefe85b9e1fd624db76062aaaae59818a54d2774cd4c0b2c01131e1b3",
    186                 "https://grca.nat.gov.tw")
     186                "https://grca.nat.gov.tw"),
     187        // #17668 - used by city of Budapest - for https://terinfo.ujbuda.hu - https://e-szigno.hu/
     188        new NativeCertAmend(Collections.singleton("Microsec e-Szigno Root CA 2009"),
     189                "Microsec_e-Szigno_Root_CA_2009.pem",
     190                "3c5f81fea5fab82c64bfa2eaecafcde8e077fc8620a7cae537163df36edbf378",
     191                "https://e-szigno.hu"),
    187192    };
    188193
Note: See TracChangeset for help on using the changeset viewer.