1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-03-05 11:13:37 +03:00
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"
]
}
}
}
}