[PATCH] Remove expired/unnecessary certificates from CertificateAmendment
- #15851: Ubuntu 18.04 is EOL. We can probably remove
0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739
- #19872: This certificate expired in December 2022, so we can and should remove
4d2491414cfe956746ec4cefa6cf6f72e28a1329432f9d8a907ac4cb5dadc15a
- #14649: We can keep this for now. It expires in 2028 (
3c4fb0b95ab8b30032f432b86f535fe172c185d0fd39865837cf36187fa6f428
).
- #15178: We can keep this for now. It expires in 2027 (
e3b6a2db2ed7ce48842f7ac53241c7b71d54144bfb40c11f3f1d0b42f5eea12d
).
- Added to the JDK. We can probably get rid of it when we move to Java 21.
- #16307: We can keep this for now. It expires in 2042 (yes, this seems a bit long,
e23d4a036d7b70e9f595b1422079d2b91edfbb1fb651a0633eaa8a9dc5f80703
)
- #17062: We can keep this for now. It expires in 2032 (
7600295eefe85b9e1fd624db76062aaaae59818a54d2774cd4c0b2c01131e1b3
)
- #17668: We can keep this for now. It expires in 2029 (
3c5f81fea5fab82c64bfa2eaecafcde8e077fc8620a7cae537163df36edbf378
)
- #18920: We can keep this for now. It expires in 2030 (
ebc5570c29018c4d67b1aa127baf12f703b4611ebc17b7dab5573894179b93fa
)
With that said, most distributions patch JOSM to use Mozilla's CA certificates, Temurin uses Mozilla's CA certificates, but I don't know if Azul does.
Change History
(5)
Summary: |
Remove expired/unnecessary certificates from CertificateAmendment → [PATCH] Remove expired/unnecessary certificates from CertificateAmendment
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
The first two we can remove. DST Root is no longer used for Let's Encrypt, so we have no more reason to especially import it. The expired one should also be gone.