Encryption at rest.

This commit is contained in:
mdecimus
2023-08-01 18:39:33 +02:00
parent ceae6e9465
commit fa2b101931
34 changed files with 1515 additions and 142 deletions

View File

@@ -98,8 +98,8 @@ type = "local"
path = "/tmp/stalwart-test"
[certificate.default]
cert = "file://../../tests/resources/tls_cert.pem"
private-key = "file://../../tests/resources/tls_privatekey.pem"
cert = "file://./tests/resources/tls_cert.pem"
private-key = "file://./tests/resources/tls_privatekey.pem"
[jmap]
directory = "local"