linux7 邮箱配置,centos7邮件服务器SSL配置(示例代码)

[root@www ~]# cd /etc/pki/tls/certs

[root@www certs]#makeserver.key

umask77; \\/usr/bin/openssl genrsa -aes128 2048 >server.key

Generating RSA private key,2048 bit longmodulus

......................................................++++++.............++++++e is61251 (0x10001)

Enter pass phrase:# set passphrase

Verifying-Enter pass phrase:# confirm

# remove passphrase from private key

[root@www certs]# openssl rsa-in server.key -out server.key

Enter pass phraseforserver.key:# input passphrase

writing RSA key

[root@www certs]#

[root@www certs]#makeserver.csr

umask77; \\/usr/bin/openssl req -utf8 -new -key server.key -out server.csr

You are about to be asked to enter information that will be incorporated

into your certificate request.

What you are about to enter is what is called a Distinguished Name or a DN.

There are quite a few fields but you can leave some blank

For some fields there will be a default value,

If you enter\'.\', the field will be left blank.-----Country Name (2letter code) [XX]:JP

# country

State or Province Name (full name) [e]:Hiroshima

# state

Locality Name (eg, city) [Default City]:Hiroshima

# city

Organization Name (eg, company) [Default Company Ltd]:GTS

# company

Organizational Unit Name (eg, section) []:Server World

# department

Common Name (eg, your server\'s hostname) []:www.srv.world

# server\'s FQDN

Email Address []:xxx@srv.world

# email address

Please enter the following\'extra\'attributes

to be sent with your certificate request

A challenge password []:# Enter

An optional company name []:# Enter

[root@www certs]#

[root@www certs]# openssl x509-in server.csr -out server.crt -req -signkey server.key -days 3650Signature ok

subject=/C=JP/ST=Hiroshima/L=Hiroshima/O=GTS/OU=Server World/CN=www.srv.world/emailAddress=xxx@srv.world Getting Private key

[root@www certs]#chmod 400 server.*

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值