Let's Encrypt Wildcard Certificate
LEMPStack ./vhost.sh After selecting Let’s Encrypt, install acme.sh automatically.
- Signing a certificate with dnsapi,command: ./vhost.sh dnsapi
- When vhost.sh binds a domain name to a single generic domain name, such as: oneinstack.com *.oneinstack.com, the certificate is signed out of acme.sh dnsapi mode, you need to enter the API related variables, otherwise go to acme.sh webroot mode. PS: vhost.sh dnsapi can force dnsapi to verify recommendations.
DNS provider | DNS shortname | API parameter | Get API INFO |
---|---|---|---|
cloudflare | cf | export CF_Key=key export CF_Email=admin@example.com |
Link |
dnspod | dp | export DP_Id=id export DP_Key=key |
Link |
cloudxns | cx | export CX_Key=key export CX_Secret=secret |
Link |
godaddy | gd | export GD_Key=gdkey export GD_Secret=gdsecret |
Link |
aws | aws | export AWS_ACCESS_KEY_ID=aws123 export AWS_SECRET_ACCESS_KEY=awskey |
Link |
aliyun | ali | export Ali_Key=key export Ali_Secret=secret |
Link |
Linode | linode | export LINODE_API_KEY=linodekey | Link |
freedns | freedns | export FREEDNS_User=user export FREEDNS_Password=password |
Username Password |
he | he | export HE_Username=username export HE_Password=password |
Username Password |
namesilo | namesilo | export Namesilo_Key=namesilokey | Link |
digitalocean | dgon | export DO_API_KEY=dgonkey | Link |
namecom | namecom | export Namecom_Username=username export Namecom_Token=token |
Link |
More: https://github.com/Neilpang/acme.sh/tree/master/dnsapi
Graphic oneinstack issued the Let's Encrypt wildcard certificate as follows: