Ignore:
Timestamp:
2020-03-14T15:03:18+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint

File:
1 edited

Legend:

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

    r16068 r16120  
    151151     * Certificates looked into platform native keystore and not embedded in JOSM.
    152152     * Identifiers must match Windows/macOS keystore aliases and Unix filenames for efficient search.
    153      * To find correct values, see https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport
    154      * and https://support.apple.com/en-us/HT208127
     153     * To find correct values, see:<ul>
     154     * <li><a href="https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport">Mozilla List</a></li>
     155     * <li><a href="https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT">Microsoft List</a></li>
     156     * <li><a href="https://support.apple.com/en-us/HT210770">Apple List</a></li>
     157     * </ul>
    155158     */
    156159    private static final NativeCertAmend[] PLATFORM_CERT_AMEND = {
     
    190193                "3c5f81fea5fab82c64bfa2eaecafcde8e077fc8620a7cae537163df36edbf378",
    191194                "https://e-szigno.hu"),
     195        // #18920 - Spanish Government - https://www.sede.fnmt.gob.es/descargas/certificados-raiz-de-la-fnmt
     196        new NativeCertAmend(Collections.singleton("AC RAIZ FNMT-RCM"),
     197                "AC_RAIZ_FNMT-RCM.pem",
     198                "ebc5570c29018c4d67b1aa127baf12f703b4611ebc17b7dab5573894179b93fa",
     199                "https://www.sede.fnmt.gob.es"),
    192200    };
    193201
Note: See TracChangeset for help on using the changeset viewer.