chromium/third_party/wpt_tools/wpt/tools/certs/config.json

{
    "ports": {
        "http": [],
        "https": [],
        "ws": [],
        "wss": []
    },
    "check_subdomains": false,
    "ssl": {
        "type": "openssl",
        "openssl": {
            "duration": 365,
            "force_regenerate": true,
            "base_path": "tools/certs"
        }
    }
}