Providers
Provider refers to a third party that provides specific services.
There are two kinds of providers:
DNS provider
: The provider that hosts your domain names and manages your DNS records.Host provider
: The provider that hosts your servers or cloud services for deploying certificates.
Supported DNS providers
- Alibaba Cloud
- Tencent Cloud
- Baidu AI Cloud
- Huawei Cloud
- Volcengine
- JD Cloud
- AWS Route53
- Azure DNS
- CloudFlare
- ClouDNS
- DNS.LA
- Gcore
- GNAME
- GoDaddy
- Name.com
- Namecheap
- NameSilo
- IBM NS1 Connect
- CMCC Cloud
- Rain Yun
- West.cn
- PowerDNS
- ACME Proxy HTTP Request: Supports managing DNS by HTTP request
My domain registrar is not on the list?
Since automation of issuance and renewals is really important, it only makes sense to use DNS-01 challenges if your DNS provider has an API you can use to automate updates.
Before we provide a support for this, you can continue to use Certimate in any of the following ways.
- Set your domain's NS server to the supported providers mentioned above (note that this is only a modification of NS, not a transfer of your domain registrar!);
- Using CNAME records to the supported providers mentioned above;
- Use ACME DNS.
In future versions, we may add a feature that allows users to manually satisfying DNS-01 challenges.
Supported host providers
- Local: Supports deployment to local servers.
- SSH: Supports deployment to remote servers (via SSH+SFTP/SCP).
- Webhook: Supports deployment to Webhook.
- Kubernetes: Supports deployment to Kubernetes Secret.
- Alibaba Cloud: Supports deployment to Alibaba Cloud OSS, CDN, DCDN, SLB(CLB/ALB/NLB), WAF, Live, VOD, FC.
- Tencent Cloud: Supports deployment to Tencent Cloud COS, CDN, ECDN, EdgeOne, CLB, WAF, CSS, VOD, SCF.
- Baidu AI Cloud: Supports deployment to Baidu AI CLoud CDN.
- Huawei Cloud: Supports deployment to Huawei Cloud CDN, ELB, WAF.
- Volcengine: Supports deployment to Volcengine TOS, CDN, DCDN, CLB, ImageX, Live.
- JD Cloud: Supports deployment to JD Cloud CDN, ALB, Live Video, VOD.
- Qiniu Cloud: Supports deployment to Qiniu Cloud CDN, Pili.
- Baishan Cloud: Supports deployment to Baishan Cloud CDN.
- Doge Cloud: Supports deployment to Doge Cloud CDN.
- UCloud: Supports deployment to UCloud US3, UCDN.
- SafeLine: Supports deployment to SafeLine WAF.
- 1Panel: Supports deployment to 1Panel.
- aaPanel: Supports deployment to aaPanel (aka BaoTaPanel).
- AWS: Supports deployment to AWS CloudFront.
- BytePlus: Supports deployment to BytePlus CDN.
- CacheFly: Supports deployment to CacheFly CDN.
- Cdnfly: Supports deployment to Cdnfly CDN.
- Edgio: Supports deployment to Edgio Applications.
- Gcore: Supports deployment to Gcore CDN.
Supported notification channels
- Email (SMTP)
- Webhook
- DingTalk
- Lark/Feishu
- WeCom
- Bark
- ServerChan
- Telegram
Supported CAs
- Let's Encrypt: Including production environment and staging environment.
- ZeroSSL
- Google Trust Services
More providers
If the above providers cannot meet your needs, please let us know or contribute code.
tip
The list of providers listed in the document may be outdated. Please check the complete list in Certimate repo.