louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
60.35k stars 5.4k forks source link

RFC 6962 (Certificate Transparency Policy) Support #5237

Open felix021 opened 1 month ago

felix021 commented 1 month ago

📑 I have found these related issues/pull requests

Issue 4687 mentioned Certificate transparency monitor but it's not quite convenient to deploy two services and maintain the list separately.

🏷️ Feature Request Type

Other

🔖 Feature description

Some certificates are valid according to Kuma, but violate the RFC 6962 Certificate Transparency policy, which is not allowed to continue on Chrome.

Refer to https://datatracker.ietf.org/doc/html/rfc6962 for details on this policy.

✔️ Solution

Support RFC 6962 validation on certificates.

❓ Alternatives

No response

📝 Additional Context

No response