2018-02-14 19:20:16 -05:00
|
|
|
==========================
|
2017-08-04 12:02:56 -04:00
|
|
|
Postfix plugin for Certbot
|
2018-02-14 19:20:16 -05:00
|
|
|
==========================
|
|
|
|
|
|
2018-06-21 19:11:02 -04:00
|
|
|
Note: this MTA installer is in **developer beta**-- we appreciate any testing, feedback, or
|
|
|
|
|
feature requests for this plugin.
|
2018-02-14 19:20:16 -05:00
|
|
|
|
2018-06-21 19:11:02 -04:00
|
|
|
To install this plugin, in the root of this repo, run::
|
2018-02-14 19:20:16 -05:00
|
|
|
|
2018-11-07 20:16:16 -05:00
|
|
|
python tools/venv.py
|
2018-06-21 19:11:02 -04:00
|
|
|
source venv/bin/activate
|
2018-02-14 19:20:16 -05:00
|
|
|
|
2018-06-21 19:11:02 -04:00
|
|
|
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>
|