Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohemorange <ebportnoy@gmail.com>2020-08-07 02:46:17 +0300
committerGitHub <noreply@github.com>2020-08-07 02:46:17 +0300
commit22730dc0acfcb68fad0953d107b0beab9cde12dd (patch)
treeaf5adbf7a3e3a180b02939a876a8b9c24d4122ca /tools/docker/core/README.md
parent086e6c46b6f4d946df700e881980e2b06faafc77 (diff)
parent271be07267d0f54bd4f5e245036be52d76be9aba (diff)
Merge pull request #8192 from certbot/docker-base
Add certbot-docker files to this repository preserving history
Diffstat (limited to 'tools/docker/core/README.md')
-rw-r--r--tools/docker/core/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/docker/core/README.md b/tools/docker/core/README.md
new file mode 100644
index 000000000..9267b8cc4
--- /dev/null
+++ b/tools/docker/core/README.md
@@ -0,0 +1,26 @@
+# ![](https://certbot.eff.org/images/certbot-logo-1A.svg)
+[![](https://img.shields.io/badge/current-v1.7.0-blue.svg)](https://github.com/certbot/certbot.git) &nbsp; [![](https://travis-ci.com/certbot/certbot.svg?branch=1.7.x)](https://travis-ci.com/certbot/certbot)
+
+This is the Docker repository for Certbot Core.
+
+## Certbot DNS plugins
+
+* [dns-dnsmadeeasy](https://hub.docker.com/r/certbot/dns-dnsmadeeasy)
+* [dns-dnsimple](https://hub.docker.com/r/certbot/dns-dnsimple)
+* [dns-ovh](https://hub.docker.com/r/certbot/dns-ovh)
+* [dns-cloudflare](https://hub.docker.com/r/certbot/dns-cloudflare)
+* [dns-cloudxns](https://hub.docker.com/r/certbot/dns-cloudxns)
+* [dns-digitalocean](https://hub.docker.com/r/certbot/dns-digitalocean)
+* [dns-google](https://hub.docker.com/r/certbot/dns-google)
+* [dns-luadns](https://hub.docker.com/r/certbot/dns-luadns)
+* [dns-nsone](https://hub.docker.com/r/certbot/dns-nsone)
+* [dns-rfc2136](https://hub.docker.com/r/certbot/dns-rfc2136)
+* [dns-route53](https://hub.docker.com/r/certbot/dns-route53)
+* [dns-gehirn](https://hub.docker.com/r/certbot/dns-gehirn)
+* [dns-linode](https://hub.docker.com/r/certbot/dns-linode)
+* [dns-sakuracloud](https://hub.docker.com/r/certbot/dns-sakuracloud)
+
+## Sources:
+
+* [docker](https://www.github.com/certbot-docker/certbot-docker.git)
+* [certbot](https://www.github.com/certbot/certbot.git)