summaryrefslogtreecommitdiffstats
path: root/src/ca-config.json
blob: 5788d0739b0435df3267d296c6749616eaaffaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "signing": {
	"default": {
	    "expiry": "87600h"
	},
	"profiles": {
	    "server": {
		"expiry": "87600h",
		"usages": [
		    "signing",
		    "key encipherment",
		    "server auth"
		]
	    }
	}
    }
}