Skip to content

Commit

Permalink
Fix restructuredtext error (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneluria authored Dec 5, 2022
1 parent 36fa777 commit 0aa647e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with "Domain" scope
Installation
------------

::
.. code-block:: bash
pip install certbot-dns-infomaniak
Expand Down Expand Up @@ -62,12 +62,11 @@ file. This warning will be emitted each time Certbot uses the credentials file,
including for renewal, and cannot be silenced except by addressing the issue
(e.g., by using a command like ``chmod 600`` to restrict access to the file).

============================================================= ==============================================
``--authenticator dns-infomaniak`` select the authenticator plugin (Required)

``--dns-infomaniak-credentials`` Infomaniak Token credentials
INI file. (Required)
============================================================= ==============================================
=================================== ==========================================
``--authenticator dns-infomaniak`` select the authenticator plugin (Required)
``--dns-infomaniak-credentials`` Infomaniak Token credentials
INI file. (Required)
=================================== ==========================================

An example ``credentials.ini`` file:

Expand Down Expand Up @@ -101,7 +100,7 @@ need to edit ``/lib/systemd/system/certbot.service``. In there, add the
following line in ``Service``, with <YOUR_API_TOKEN> replaced with your actual
token:

::
.. code-block:: bash
Environment="INFOMANIAK_API_TOKEN=<YOUR_API_TOKEN>"
Expand Down

0 comments on commit 0aa647e

Please sign in to comment.