Lets encrypt cert log htts 证书申请

95 阅读1分钟

https 证书注册 地址 app.zerossl.com/signup 需要验证 DNS CNAME

nginx 使用证书 两个 crt 文件要合并为一个

# 合并的命令是 
cat certificate.crt ca_bundle.crt >> certificate.crt

获取 godaddy 的 key 和 secret

developer.godaddy.com/keys?hbi_co…

`curl  https:``//get``.acme.sh | sh`

# or 

# https://github.com/acmesh-official/acme.sh/wiki/Install-in-China

git clone https://gitee.com/neilpang/acme.sh.git
cd acme.sh
./acme.sh --install -m my@example.com


How to use DNS API

获取 自动续期的 key 和 secret 查询这里 github.com/acmesh-offi…

godaddy 的地址: developer.godaddy.com/keys?hbi_co…

With EAB credentials

Alternatively, if you sign up for a ZeroSSL account, bootstrap acme.sh with External Account Binding (EAB) credentials, like so:

  1. Generate your EAB credentials from app.zerossl.com/developer
  2. Register your EAB credentials.
acme.sh  --register-account  --server zerossl \
        --eab-kid  xxxxxxxxxxxx  \
        --eab-hmac-key  xxxxxxxxx

Users with a ZeroSSL account can manage issued certificates from developer console.

github.com/acmesh-offi…

Getting 'MIME type' errors which prevent PDF display

github.com/mozilla/pdf…

image.png

github.com/acmesh-offi…

www.ldhost.cn/jc/do/1242.… www.cnblogs.com/FLY_DREAM/p… www.bluesdream.com/blog/letsen…