diff options
Diffstat (limited to 'fdio.infra.ansible/roles/nomad/templates/cfssl.json')
-rw-r--r-- | fdio.infra.ansible/roles/nomad/templates/cfssl.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/nomad/templates/cfssl.json b/fdio.infra.ansible/roles/nomad/templates/cfssl.json new file mode 100644 index 0000000000..2b603e9b84 --- /dev/null +++ b/fdio.infra.ansible/roles/nomad/templates/cfssl.json @@ -0,0 +1,8 @@ +{ + "signing": { + "default": { + "expiry": "87600h", + "usages": ["signing", "key encipherment", "server auth", "client auth"] + } + } +}
\ No newline at end of file |