alertmanager/examples/ha/tls/certs/ca-config.json

14 lines
231 B
JSON
Raw Permalink Normal View History

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