$hostnames platform address first */ public function write(string $trafficHost, string $subdomain, array $hostnames, string $backend): void; public function remove(string $trafficHost, string $subdomain): void; /** True once the ACME (HTTP-01) certificate for the fqdn is served. */ public function certReachable(string $fqdn): bool; }