Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Certificate Transparency Monitoring #211

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

beltofte
Copy link
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