1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/certbot-postfix
sydneyli 7890de62ec doc(postfix): install instructions (#6136)
fixes #6131

* doc(postfix): install instructions

* address brad's comments
2018-06-21 16:11:02 -07:00
..
2018-06-15 15:46:55 -07:00
2018-06-15 15:46:55 -07:00
2018-06-15 15:46:55 -07:00
2018-06-15 15:46:55 -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:

./tools/venv.sh
source venv/bin/activate

You can use this installer with any authenticator plugin. For instance, with the standalone authenticator, 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>