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:
Diffstat (limited to 'certbot-postfix/README.rst')
-rw-r--r--certbot-postfix/README.rst23
1 files changed, 0 insertions, 23 deletions
diff --git a/certbot-postfix/README.rst b/certbot-postfix/README.rst
deleted file mode 100644
index 1ae9cb980..000000000
--- a/certbot-postfix/README.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-==========================
-Postfix plugin for Certbot
-==========================
-
-Note: this MTA installer is in **developer beta**-- we appreciate any testing, feedback, or
-feature requests for this plugin.
-
-To install this plugin, in the root of this repo, run::
-
- python tools/venv.py
- source venv/bin/activate
-
-You can use this installer with any `authenticator plugin
-<https://certbot.eff.org/docs/using.html#getting-certificates-and-choosing-plugins>`_.
-For instance, with the `standalone authenticator
-<https://certbot.eff.org/docs/using.html#standalone>`_, which requires no extra server
-software, you might run::
-
- sudo ./venv/bin/certbot run --standalone -i postfix -d <domain name>
-
-To just install existing certs with this plugin, run::
-
- sudo ./venv/bin/certbot install -i postfix --cert-path <path to cert> --key-path <path to key> -d <domain name>