weather/certs/client-config.json

19 lines
389 B
JSON

{
"signing" : {
"default" : {
"auth_remote" : {
"remote" : "cfssl_server",
"auth_key" : "key1"
}
}
},
"auth_keys" : {
"key1" : {
"type" : "standard",
"key" : "file:certs/pki_auth.key"
}
},
"remotes" : {
"cfssl_server" : "rasp1.localdomain:444"
}
}