服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - Centos5.2配置LAMP与Centos5.3配置LAMP(59)

Centos5.2配置LAMP与Centos5.3配置LAMP(59)

2019-10-11 14:12Centos教程网 Centos

生成服务器的证书请求 # ./CA -newreq 屏幕上出现如下的提示: Generating a 1024 bit RSA private key .....................................................++++++ .....++++++ writing new


生成服务器的证书请求 
# ./CA -newreq 
屏幕上出现如下的提示: 
Generating a 1024 bit RSA private key 
.....................................................++++++ 
.....++++++ 
writing new private key to 'newreq.pem' 
Enter PEM pass phrase: 
Verifying password - Enter PEM pass phrase: 
此时要求输入和验证服务器的私钥口令、国家代码(中国是CN)、省份、城市或地区、组织或企业名称、部门名称、CA的名称或服务器的主机名称、管理员电子邮件地址。 
Please enter the following 'extra' attributes 
to be sent with your certificaterequest 
A challenge password []: 
An optional company name []: 
.Request (and private key) is in newreq.pem 
这是要求输入服务器的相关信息。 
此时,在当前目录下生成了一个名为newreq.pem的文件,包含了要生成服务器数字证书的请求。 
签署证书 
# ./CA -sign 
屏幕上出现如下的提示: 
Using configuration from /usr/share/ssl/openssl.cnf 
Enter PEM pass phrase: 

延伸 · 阅读

精彩推荐