regenerate keys/certs for integration tests with expiration far in the future

don't want to have expiring tests...
This commit is contained in:
Mechiel Lukkien
2023-06-04 20:43:19 +02:00
parent 05fd5c6947
commit 41167d6393
19 changed files with 117 additions and 106 deletions

17
testdata/integration/tls/config.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"signing": {
"default": {
"expiry": "262800h"
},
"profiles": {
"server": {
"expiry": "262800h",
"usages": [
"signing",
"key encipherment",
"server auth"
]
}
}
}
}