cfssl-client-role/templates/cfssl.json.j2

19 lines
300 B
Text
Raw Permalink Normal View History

2022-12-21 00:27:11 +00:00
{
"signing": {
"default": {
"auth_remote":{
"auth_key": "key-srv",
"remote": "remote-srv"
}
}
},
"auth_keys": {
"key-srv": {
"type":"standard",
"key":"{{cfssl_auth_key}}"
}
},
"remotes": {
"remote-srv": "{{cfssl_serve_url}}"
}
}