This commit is contained in:
ducoterra
2020-08-10 15:45:52 -04:00
commit 7dada940df
5 changed files with 308 additions and 0 deletions

13
cfssl/ca-config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"signing": {
"default": {
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
],
"expiry": "876000h"
}
}
}