Iredmail Create a new SSL key

Source: Internet
Author: User
Keywords EXPORT NBSP new name script
Tags aliyun computer create download export hostname html http

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.