Oops! Forgot demo/vagrant/cfssl.json file

This commit is contained in:
Michael Schurter 2017-08-11 20:57:59 -07:00
parent e488f7b287
commit 51c6aa1872
1 changed files with 13 additions and 0 deletions

13
demo/vagrant/cfssl.json Normal file
View File

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