Thanks!
Hi, below is an extract from your guide,
can you tell me where the file diy_ca.pem comes from.
I dont see it in my directory.
I have the pem file.
Enter the CA key pass phrase and check that everything in the request is
correctly filled out, then sign and
commit. (The generated certificate will also be stored in
newcerts/<new_serial>.pem)
Now copy binc.cert, and the CA certificate file (/usr/local/ssl/ca_diy/cert)
back to the Binc server, and cat
binc.key and binc.cert together into binc.pem.
cd /etc/opt/bincimap
(umask 077; cat binc.key binc.cert > binc.pem)
mv cert diy_ca.cert
These two files are the pem file and ca file in the SSL section of
bincimap.conf:
SSL {
pem file = "/etc/opt/bincimap/binc.pem",
ca file = "/etc/opt/bincimap/diy_ca.pem",
cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
verify peer = "no"