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

README.rst « certbot-postfix - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6367e365b534040a4d9898654c4045b74261414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
==========================
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
<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>