Add cfssl cert generation
[nonrtric.git] / service-exposure / certs / ca-config.json
1 {
2   "signing": {
3     "default": {
4       "expiry": "175200h"
5     },
6     "profiles": {
7       "default": {
8         "usages": ["signing", "key encipherment", "server auth", "client auth"],
9         "expiry": "175200h"
10       }
11     }
12   }
13 }