hscloud/pki/dev-certs/ca_config.json

14 lines
226 B
JSON

{
"signing": {
"default": {
"expiry": "8760h"
},
"profiles": {
"test": {
"usages": ["signing", "key encipherment", "server auth", "client auth"],
"expiry": "8760h"
}
}
}
}