summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/certs/config.json
blob: df93c6fc34f78eaf9e3089afb523436099e17149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "ports": {
        "http": [],
        "https": [],
        "ws": [],
        "wss": []
    },
    "check_subdomains": false,
    "ssl": {
        "type": "openssl",
        "openssl": {
            "duration": 365,
            "force_regenerate": true,
            "base_path": "tools/certs"
        }
    }
}