local-server/vendor/github.com/cloudflare/cfssl/testdata/good_config.json

18 lines
365 B
JSON
Raw Normal View History

2018-06-17 07:32:44 +00:00
{
"signing": {
"default": {
"expiry": "168h"
},
"profiles": {
"www": {
"usages": [
"signing",
"key encipherment",
"server auth"
],
"name_whitelist": "^.*\\.cloudflare.com$"
}
}
}
}