confluentinc / cp-docker-images

[DEPRECATED] Docker images for Confluent Platform.
Apache License 2.0
1.14k stars 704 forks source link

[skip secret scan] build: Remove expired ca-cert #907

Closed andrewegel closed 3 years ago

andrewegel commented 3 years ago

It seems this cert has expired, and is getting in the way of importing GPG Keys:

root@4c33dd1858d0:/# openssl x509 -in /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt -noout -text
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number:
            44:af:b0:80:d6:a3:27:ba:89:30:39:86:2e:f8:40:6b
    Signature Algorithm: sha1WithRSAEncryption
        Issuer: O=Digital Signature Trust Co., CN=DST Root CA X3
        Validity
            Not Before: Sep 30 21:12:19 2000 GMT
            Not After : Sep 30 14:01:15 2021 GMT

This is a similar fix done in https://github.com/confluentinc/confluent-docker-build-images/pull/164