local-server/vendor/github.com/cloudflare/cfssl/testdata/good_config.json
Mikaël Cluseau 4d889632f6 vendor
2018-06-17 18:32:44 +11:00

18 lines
365 B
JSON

{
"signing": {
"default": {
"expiry": "168h"
},
"profiles": {
"www": {
"usages": [
"signing",
"key encipherment",
"server auth"
],
"name_whitelist": "^.*\\.cloudflare.com$"
}
}
}
}