If you modify the computer name or want to use your own information to create your own SSL key.
Download the script provided by Iredmail
&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP;
# wget http://iredmail.googlecode.com/hg/iRedMail/tools/generate_ssl_keys.sh
Edit the information you want to modify in the script
# SSL Key.
Export ssl_cert_file= "${rootdir}/certs/iredmail_ca.pem"
Export ssl_key_file= "${rootdir}/private/iredmail.key"
Export tls_country= ' CN '
Export tls_state= ' Guangdong '
Export tls_city= ' Shenzhen '
Export tls_company= "${hostname}"
Export tls_department= ' IT '
Export tls_hostname= "${hostname}"
Export tls_admin= "Root@${hostname}"
Execute script
# bash generate_ssl_keys.sh
SSL keys were generated:
-/root/certs/iredmail_ca.pem
-/root/private/iredmail.key
Back up the previous certificate and copy the new certificate to the following two directories.
/etc/ssl/private/iredmail.key
/etc/ssl/certs/iredmail_ca.pem