vendor
This commit is contained in:
17
vendor/github.com/cloudflare/cfssl/testdata/good_config.json
generated
vendored
Normal file
17
vendor/github.com/cloudflare/cfssl/testdata/good_config.json
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"signing": {
|
||||
"default": {
|
||||
"expiry": "168h"
|
||||
},
|
||||
"profiles": {
|
||||
"www": {
|
||||
"usages": [
|
||||
"signing",
|
||||
"key encipherment",
|
||||
"server auth"
|
||||
],
|
||||
"name_whitelist": "^.*\\.cloudflare.com$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user