ottoka opened a new pull request #751: URL: https://github.com/apache/james-project/pull/751
Since James supports S3 blob storage access via HTTPS, it should be possible to configure a specific trust store for validating the S3 server certificate. This lets users "pin" this certificate, and better separate the trust realms of infrastructure and public services (SMTP, IMAP etc.). This can be achieved in blob.properties with the usual set of configuration options for such cases, such as: ``` objectstorage.s3.truststore.path=/conf/s3trust.p12 objectstorage.s3.truststore.type=PKCS12 objectstorage.s3.truststore.secret=yoursecret objectstorage.s3.truststore.algorithm=SunX509 ``` T-Shirt size M. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
