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

28 lines
429 B
JSON

{
"signing": {
"profiles": {
"CA": {
"remote": "localhost",
"auth_key": "garbage"
},
"email": {
"usages": ["s/mime"],
"expiry": "720h"
}
},
"default": {
"usages": ["digital signature", "email protection"],
"expiry": "8000h"
}
},
"auth_keys": {
"garbage": {
"type":"stadardo",
"key":"0123456789ABCDEF0123456789ABCDEF"
}
},
"remotes": {
"localhost": "127.0.0.1:8888"
}
}