cloudflare-php icon indicating copy to clipboard operation
cloudflare-php copied to clipboard

Add support for Certificate Transparency Monitoring

Open beltofte opened this issue 2 years ago • 0 comments

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

Usage:

Enable: $certificates->updateCertificateTransparencyMonitoring($zoneId, true, ['[email protected]','[email protected]']);

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

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

beltofte avatar May 05 '22 13:05 beltofte