mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 03:54:41 +03:00
regenerate keys/certs for integration tests with expiration far in the future
don't want to have expiring tests...
This commit is contained in:
17
testdata/integration/tls/config.json
vendored
Normal file
17
testdata/integration/tls/config.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"signing": {
|
||||
"default": {
|
||||
"expiry": "262800h"
|
||||
},
|
||||
"profiles": {
|
||||
"server": {
|
||||
"expiry": "262800h",
|
||||
"usages": [
|
||||
"signing",
|
||||
"key encipherment",
|
||||
"server auth"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user