13
13
14
14
This container is used to generate and automatically renew SSL certificates from Let's Encrypt using the Cloudflare DNS plugin. It's based off the [ official Certbot image] ( https://hub.docker.com/r/certbot/dns-cloudflare ) with some modifications to make it more flexible and configurable.
15
15
16
- | Docker Image | Size |
17
- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------|
18
- | [ ** serversideup/certbot-dns-cloudflare** ] ( https://hub.docker.com/r/serversideup/certbot-dns-cloudflare ) | [ ![ Docker Image Size] ( https://img.shields.io/docker/image-size/serversideup/certbot-dns-cloudflare/latest?style=flat-square )] ( https://hub.docker.com/r/serversideup/certbot-dns-cloudflare ) |
16
+ | Docker Image | Size |
17
+ | -------------| ------|
18
+ | [ serversideup/certbot-dns-cloudflare] ( https://hub.docker.com/r/serversideup/certbot-dns-cloudflare ) | ![ Docker Image Size] ( https://img.shields.io/docker/image-size/serversideup/certbot-dns-cloudflare/latest?style=flat-square ) |
19
19
20
20
## Base Image
21
21
@@ -41,7 +41,7 @@ The following environment variables can be used to customize the Certbot contain
41
41
| ` CERTBOT_KEY_TYPE ` | Type of private key to generate | ` ecdsa ` |
42
42
| ` CLOUDFLARE_API_TOKEN ` | Cloudflare API token for DNS authentication | - |
43
43
| ` RENEWAL_INTERVAL ` | Interval between certificate renewal checks | 43200 seconds (12 hours) |
44
- | ` REPLACE_SYMLINKS ` | Replaces symlinks with direct copies of the files they reference | ` false ` |
44
+ | ` REPLACE_SYMLINKS ` | Replaces symlinks with direct copies of the files they reference (required for Windows) | ` false ` |
45
45
46
46
## Usage
47
47
@@ -122,9 +122,30 @@ We're [Dan](https://twitter.com/danpastori) and [Jay](https://twitter.com/jaydro
122
122
123
123
<div style="text-align: center">
124
124
125
- | <div align="center">Dan Pastori</div> | <div align="center">Jay Rogers</div> |
126
- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
127
- | <div align="center"><a href="https://twitter.com/danpastori"><img src="https://serversideup.net/wp-content/uploads/2023/08/dan.jpg" title="Dan Pastori" width="150px"></a><br /><a href="https://twitter.com/danpastori"><img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/twitter.svg" title="Twitter" width="24px"></a><a href="https://github.com/danpastori"><img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/github.svg" title="GitHub" width="24px"></a></div> | <div align="center"><a href="https://twitter.com/jaydrogers"><img src="https://serversideup.net/wp-content/uploads/2023/08/jay.jpg" title="Jay Rogers" width="150px"></a><br /><a href="https://twitter.com/jaydrogers"><img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/twitter.svg" title="Twitter" width="24px"></a><a href="https://github.com/jaydrogers"><img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/github.svg" title="GitHub" width="24px"></a></div> |
125
+ | <div align="center">Dan Pastori</div> | <div align="center">Jay Rogers</div> |
126
+ |---------------------------------------|-------------------------------------|
127
+ | <div align="center">
128
+ <a href="https://twitter.com/danpastori">
129
+ <img src="https://serversideup.net/wp-content/uploads/2023/08/dan.jpg" title="Dan Pastori" width="150px">
130
+ </a><br />
131
+ <a href="https://twitter.com/danpastori">
132
+ <img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/twitter.svg" title="Twitter" width="24px">
133
+ </a>
134
+ <a href="https://github.com/danpastori">
135
+ <img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/github.svg" title="GitHub" width="24px">
136
+ </a>
137
+ </div> |
138
+ <div align="center">
139
+ <a href="https://twitter.com/jaydrogers">
140
+ <img src="https://serversideup.net/wp-content/uploads/2023/08/jay.jpg" title="Jay Rogers" width="150px">
141
+ </a><br />
142
+ <a href="https://twitter.com/jaydrogers">
143
+ <img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/twitter.svg" title="Twitter" width="24px">
144
+ </a>
145
+ <a href="https://github.com/jaydrogers">
146
+ <img src="https://serversideup.net/wp-content/themes/serversideup/images/open-source/github.svg" title="GitHub" width="24px">
147
+ </a>
148
+ </div> |
128
149
129
150
</div>
130
151
0 commit comments