initial commit

This commit is contained in:
Gianluca Arbezzano
2020-08-20 13:53:27 +02:00
commit 6ede8cb2e3
25 changed files with 1317 additions and 0 deletions

17
deploy/tls/ca-config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"signing": {
"default": {
"expiry": "168h"
},
"profiles": {
"server": {
"expiry": "8760h",
"usages": ["signing", "key encipherment", "server auth"]
},
"signing": {
"expiry": "8760h",
"usages": ["signing", "key encipherment"]
}
}
}
}