diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-23 11:12:50 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-08-31 11:18:04 +0000 |
commit | 78298c31bbce82720af963cdb67e8997497379cc (patch) | |
tree | 414c536ac13b9f062c70b442e753932707d83cb1 /fdio.infra.ansible/roles/nomad/templates/cfssl.json | |
parent | 51f2df5d4ccbe3e6513d984fce8a42b07f31874c (diff) |
feat(ansible): Nomad update
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I67563590ea44c3d59090dc66acd4ef64f8a05f45
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 |