maykinmedia / django-simple-certmanager

MIT License
0 stars 0 forks source link

Make it possible to specify an alternate trust root from certifi.where() #28

Closed sergei-maertens closed 8 months ago

sergei-maertens commented 8 months ago

Especially combined with our self-certifi library, we make the trust root bigger to add the G1 root certifcate. The certificate validation should accomodate this.

sergei-maertens commented 8 months ago

Some more discussion - probably this chain verification check is not relevant at all and is better removed.

sergei-maertens commented 8 months ago

Misunderstood feature in the trust store, we can basically do this by uploading a cert-only certificate with the custom/self-signed root certificate.