mirror of
https://github.com/mjl-/mox.git
synced 2024-12-29 09:53:47 +03:00
05fd5c6947
with tls with acme (with pebble, a small acme server for testing), and with pregenerated keys/certs. the two mox instances are configured on their own domain. we launch a separate test container that connects to the first, submits a message for delivery to the second. we check if the message is delivered with an imap connection and the idle command.
17 lines
211 B
JSON
17 lines
211 B
JSON
{
|
|
"signing": {
|
|
"default": {
|
|
"expiry": "262800h"
|
|
},
|
|
"profiles": {
|
|
"server": {
|
|
"expiry": "262800h",
|
|
"usages": [
|
|
"signing",
|
|
"key encipherment",
|
|
"server auth"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|