mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-10 07:58:03 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"server": {
|
|
"address": "localhost:8080",
|
|
"private_keys": [
|
|
"testdata/server.key"
|
|
],
|
|
"certificates": [
|
|
"testdata/server.pem"
|
|
]
|
|
}
|
|
}
|
|
|