Line 91:
Line 91:
I've been trying to get SSL working for both IMAP and the Outlook configuration. For IMAP, I edited the gateway.cfg template to point to the SME Server certificate and key files:
I've been trying to get SSL working for both IMAP and the Outlook configuration. For IMAP, I edited the gateway.cfg template to point to the SME Server certificate and key files:
−
File with RSA key for SSL
+
File with RSA key for SSL:
ssl_private_key_file = /home/e-smith/ssl.key/host.domain.com.key
ssl_private_key_file = /home/e-smith/ssl.key/host.domain.com.key
−
File with certificate for SSL
+
File with certificate for SSL:
ssl_certificate_file = /home/e-smith/ssl.crt/host.domain.com.crt
ssl_certificate_file = /home/e-smith/ssl.crt/host.domain.com.crt
On restart of the daemon, I was successfully able to connect. In looking further at the Outlook side, SSL support for the server is configured in server.cfg, where it requires a path to CA certificates. I recall when configuring OpenVPN, part of the procedure created certificates. Is a similar process required here? Thanks for an pointers. Des
On restart of the daemon, I was successfully able to connect. In looking further at the Outlook side, SSL support for the server is configured in server.cfg, where it requires a path to CA certificates. I recall when configuring OpenVPN, part of the procedure created certificates. Is a similar process required here? Thanks for an pointers. Des