sh [generate pem file] self-certiticate ssl for localhost或VPS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [generate pem file] self-certiticate ssl for localhost或VPS相关的知识,希望对你有一定的参考价值。
# install on VPS
apt-get install gnutls-bin
# generate ssl: key.pem, cert.pem, dh.pem
certtool --get-dh-params --outfile dh.pem
openssl req -x509 -newkey rsa:4096 -keyout key1.pem -out cert.pem -days 365
openssl rsa -in key1.pem -out key.pem # remove pem pass
: '
https://futurestud.io/tutorials/how-to-remove-pem-password-from-ssl-certificate
https://www.gnutls.org/manual/html_node/certtool-Invocation.html
'
以上是关于sh [generate pem file] self-certiticate ssl for localhost或VPS的主要内容,如果未能解决你的问题,请参考以下文章
sh [生成测试数据] DD命令生成测试文件#disk_utility #dd #generate #test_file #test_data
sh pem resotre shell
sh pem备份shell
sh 使用PEM复制文件
sh ssh AWS使用pem
sh 将.cer转换为.pem