您好,欢迎光临中国U网,租用美国服务器香港服务器瑞典服务器等全球各地的服务器。
您现在的位置:首页 > 帮助中心 > 服务器问题 > 在Linux服务器上手动生成自签名证书

在Linux服务器上手动生成自签名证书

来源:中国U网 日期:2024-11-16 类别:服务器问题 点击:36
在Linux上可以通过命令手动生成自签名证书
首先服务器需要已经安装了openssl支持,然后执行命令:
 
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out  cert.pem -days 365
 
命令执行如下:
 
Generating a 4096 bit RSA private key
................................................................................                                                                                                                                                             ................................................................................                                                                                                                                                             ................++
.....................++
writing new private key to 'key.pem'
Enter PEM pass phrase:
Verifying - Enter PEM pass phrase:
-----
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 (2 letter code) [AU]:CN
State or Province Name (full name) [Some-State]:Beijing
Locality Name (eg, city) []:Beijing
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Fesite Studio
Organizational Unit Name (eg, section) []:Fesite
Common Name (e.g. server FQDN or YOUR name) []:yoyo
Email Address []:8266@qq.com
 
这样就会在当前目录下面生成两个文件,一个是key.pem(密钥),一个是cert.pem(证书),放到需要的目录即可。
 

关键词:openssl,自签名证书
在Linux服务器上手动生成自签名证书为中国U网原创文章,在不经过允许的情况下,禁止用于商业用途或随意转载,转载请注明出处,并加上本页链接地址:
http://www.cuwww.com/help/detail-117.html

欢迎使用UChat客服系统!

请输入用户名和联系方式:
点击这里给我发消息 | cuwww | cuwww
联系我们?点这里!