weather/certs/client-config.json

19 lines
389 B
JSON
Raw Normal View History

2021-02-25 01:02:43 +00:00
{
"signing" : {
"default" : {
"auth_remote" : {
"remote" : "cfssl_server",
"auth_key" : "key1"
}
}
},
"auth_keys" : {
"key1" : {
"type" : "standard",
"key" : "file:certs/pki_auth.key"
2021-02-25 01:02:43 +00:00
}
},
"remotes" : {
"cfssl_server" : "rasp1.localdomain:444"
}
}