Displaying 2 results from an estimated 2 matches for "keycert".
2012 Nov 27
1
IMAP over SSL
Hello.
I've never tried Dovecot. Here is my attempt to enable IMAP over SSL
on port 993. (BTW, I don't want to use port 143 at all.)
# dovecot -n
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imaps
listen: *:143,[::]:143
ssl_listen: *:993,[::]:993
ssl: required
ssl_cert_file: /etc/dovecot/keycert.pem
ssl_key_file: /etc/dovecot/keycert.pem
ssl_cipher_list: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!NULL:@STRENGTH
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
mail_privileged_group: mail
mail_location: maildir:~/Maildir
mbox_write_locks: fcntl dotlock
auth default:
pa...
2007 Apr 20
0
WPA Radius wireless authentication and CentOS 5
...t: [spindle/<no User-Password attribute>] (from client
Wireless-client port 4 cli 00904bac8f67)
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
...
As per the referenced articles, for the client I have cert.pem as the
certificate file, key.pem as the key file, keycert.pem as the combined
key and certificate file and ca.pem as the server certificate file.
I've tried all the combinations of the certificate and key files I can
think of through NetworkManager and the best I get is the above NAK.
Everything works with either an open AP (*REALLY* bad idea) or...