mox/testdata/integration/tls/config.json

18 lines
211 B
JSON
Raw Normal View History

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