1
- <p align = " center " >
1
+ <p style = " text-align : center " >
2
2
<img src="https://raw.githubusercontent.com/serversideup/docker-certbot-dns-cloudflare/main/.github/header.png" width="1200" alt="Docker Images Logo">
3
3
</p >
4
- <p align = " center " >
4
+ <p style = " text-align : center " >
5
5
<a href="https://actions-badge.atrox.dev/serversideup/docker-certbot-dns-cloudflare/goto?ref=main"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fserversideup%2Fdocker-proftpd%2Fbadge%3Fref%3Dmain&style=flat" /></a>
6
6
<a href="https://github.com/serversideup/docker-certbot-dns-cloudflare/blob/main/LICENSE" target="_blank"><img src="https://badgen.net/github/license/serversideup/docker-certbot-dns-cloudflare" alt="License"></a>
7
7
<a href="https://github.com/sponsors/serversideup"><img src="https://badgen.net/badge/icon/Support%20Us?label=GitHub%20Sponsors&color=orange" alt="Support us"></a>
@@ -30,13 +30,13 @@ The image is based on `certbot/dns-cloudflare:latest`, providing a stable and up
30
30
31
31
The following environment variables can be used to customize the Certbot container:
32
32
33
- | Variable | Description | Default Value |
34
- | ----------| -------------| ---------------|
35
- | ` CERTBOT_DOMAIN ` | Domain for which to obtain the certificate | - |
36
- | ` CERTBOT_EMAIL ` | Email address for Let's Encrypt notifications | - |
37
- | ` CERTBOT_KEY_TYPE ` | Type of private key to generate | ` ecdsa ` |
38
- | ` CLOUDFLARE_API_TOKEN ` | Cloudflare API token for DNS authentication | - |
39
- | ` RENEWAL_INTERVAL ` | Interval between certificate renewal checks | 43200 seconds (12 hours) |
33
+ | Variable | Description | Default Value |
34
+ | ------------------------ | -------------------------------------------------------- -------------| ---------------|
35
+ | ` CERTBOT_DOMAINS ` | Comma-separated list of domains for which to obtain the certificate | - |
36
+ | ` CERTBOT_EMAIL ` | Email address for Let's Encrypt notifications | - |
37
+ | ` CERTBOT_KEY_TYPE ` | Type of private key to generate | ` ecdsa ` |
38
+ | ` CLOUDFLARE_API_TOKEN ` | Cloudflare API token for DNS authentication | - |
39
+ | ` RENEWAL_INTERVAL ` | Interval between certificate renewal checks | 43200 seconds (12 hours) |
40
40
41
41
## Usage
42
42
@@ -52,7 +52,7 @@ The following environment variables can be used to customize the Certbot contain
52
52
53
53
``` sh
54
54
docker run \
55
- -e CERTBOT_DOMAIN =" yourdomain.com" \
55
+ -e CERTBOT_DOMAINS =" yourdomain.com" \
56
56
-e CERTBOT_EMAIL=
" [email protected] " \
57
57
-e CLOUDFLARE_API_TOKEN=" your-cloudflare-api-token" \
58
58
-v /path/to/your/certs:/etc/letsencrypt \
@@ -72,7 +72,7 @@ We designed this image to work great in orchestrated deployments like Kubernetes
72
72
environment :
73
73
CLOUDFLARE_API_TOKEN : " ${CLOUDFLARE_API_TOKEN}"
74
74
CERTBOT_EMAIL : " ${CERTBOT_EMAIL}"
75
- CERTBOT_DOMAIN : " ${CERTBOT_DOMAIN }"
75
+ CERTBOT_DOMAINS : " ${CERTBOT_DOMAINS }"
76
76
CERTBOT_KEY_TYPE : " rsa"
77
77
78
78
volumes :
@@ -97,7 +97,7 @@ Need help getting started? Join our Discord community and we'll help you out!
97
97
## Our Sponsors
98
98
All of our software is free an open to the world. None of this can be brought to you without the financial backing of our sponsors.
99
99
100
- <p align=" center"><a href="https://github.com/sponsors/serversideup"><img src="https://521public.s3.amazonaws.com/serversideup/sponsors/sponsor-box.png" alt="Sponsors"></a></p>
100
+ <p style="text-align: center"><a href="https://github.com/sponsors/serversideup"><img src="https://521public.s3.amazonaws.com/serversideup/sponsors/sponsor-box.png" alt="Sponsors"></a></p>
101
101
102
102
#### Bronze Sponsors
103
103
<!-- bronze -->No bronze sponsors yet. <a href="https://github.com/sponsors/serversideup">Become a sponsor →</a><!-- bronze -->
@@ -108,7 +108,7 @@ All of our software is free an open to the world. None of this can be brought to
108
108
## About Us
109
109
We're [Dan](https://twitter.com/danpastori) and [Jay](https://twitter.com/jaydrogers) - a two person team with a passion for open source products. We created [Server Side Up](https://serversideup.net) to help share what we learn.
110
110
111
- <div align=" center">
111
+ <div style="text-align: center">
112
112
113
113
| <div align="center">Dan Pastori</div> | <div align="center">Jay Rogers</div> |
114
114
| ----------------------------- | ------------------------------------------ |
0 commit comments