certbot/certbot-postfix
2018-11-17 02:29:20 +00:00
..
certbot_postfix Merge branch 'master' into warnings-are-errors 2018-10-30 17:18:00 -07:00
docs Fixing up postfix plugin 2018-06-15 15:46:55 -07:00
LICENSE.txt Create packaging around PostfixConfigGenerator. 2017-08-04 09:02:56 -07:00
local-oldest-requirements.txt Fixing up postfix plugin 2018-06-15 15:46:55 -07:00
MANIFEST.in Fixing up postfix plugin 2018-06-15 15:46:55 -07:00
README.rst [Windows|Unix] Rewrite bash scripts for tests into python (#6435) 2018-11-07 17:16:16 -08:00
setup.cfg Create packaging around PostfixConfigGenerator. 2017-08-04 09:02:56 -07:00
setup.py Advertise our packages work on Python 3.7. (#6183) 2018-07-09 09:17:03 -07:00

==========================
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>