当前位置:   article > 正文

申请SSL证书_ssl证书 cert key fullchain

ssl证书 cert key fullchain

操作系统:Ubuntu 20.04

# 用 root 帐户登录

  1. apt update -y
  2. apt install -y curl
  3. apt install -y socat
  4. curl https://get.acme.sh | sh
  5. ~/.acme.sh/acme.sh --register-account -m xxx@xxx.xxx

# xxx@xxx.xxx 填写邮箱地址,更换真实邮箱成功率更高

~/.acme.sh/acme.sh --issue -d xxxx.xxxx.xxx --standalone

# xxxx.xxxx.xxx 更换为您要解析的域名

~/.acme.sh/acme.sh --installcert -d xxxx.xxxx.xxx --key-file /root/private.key --fullchain-file /root/cert.crt

# 此步完成后会在 /root 目录下看到证书公钥/root/cert.crt 及 密钥文件/root/private.key

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/781061
推荐阅读
相关标签
  

闽ICP备14008679号