cfssl-client-role/templates/cfssl.json.j2
2022-12-21 01:27:11 +01:00

19 lines
No EOL
300 B
Django/Jinja

{
"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}}"
}
}