Skip to content

Add support for Certificate Transparency Monitoring#211

Open
beltofte wants to merge 3 commits intocloudflare:masterfrom
beltofte:certificate-transparency-monitoring
Open

Add support for Certificate Transparency Monitoring#211
beltofte wants to merge 3 commits intocloudflare:masterfrom
beltofte:certificate-transparency-monitoring

Conversation

@beltofte
Copy link
Copy Markdown
Contributor

@beltofte beltofte commented May 5, 2022

This patch add two new methods for getting and updating the beta feature Certificate Transparency Monitoring configuration.

Usage:

Enable:
$certificates->updateCertificateTransparencyMonitoring($zoneId, true, ['email@example.com','email@cloudflare.com']);

Disable:
$certificates->updateCertificateTransparencyMonitoring($zoneId, false);

Get existing configuration:
$certificates->getCertificateTransparencyMonitoring($zoneId);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant