summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Runfalk <andreas@runfalk.se>2019-02-24 19:44:03 +0100
committerAndreas Runfalk <andreas@runfalk.se>2019-02-24 19:44:03 +0100
commit4c08f46696d98dc1c0145715ce37ab64427644bb (patch)
treea8134b836fc869a540ed25e3603a1fb6a31bad99
parent0318248c0090a9d6025c9b10be618b8a3cfffa92 (diff)
downloadcertbot-loopia-4c08f46696d98dc1c0145715ce37ab64427644bb.zip
certbot-loopia-4c08f46696d98dc1c0145715ce37ab64427644bb.tar.gz
certbot-loopia-4c08f46696d98dc1c0145715ce37ab64427644bb.tar.bz2
Added information on which permissions that are required. Added sudo to commands in README.HEADorigin/masterorigin/HEADmaster
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e41287b..bdc29e1 100644
--- a/README.rst
+++ b/README.rst
@@ -8,11 +8,21 @@ Installing
----------
.. code-block::
- $ pip install certbot-loopia
+ $ sudo pip install certbot-loopia
+Note that you should normally install this as ``root``, unless you know what
+you are doing.
Usage
-----
+The plugin requires the following permissions enabled for your Loopia API user:
+
+- addSubdomain (I can't test if it's required)
+- addZoneRecord
+- getZoneRecords
+- removeSubdomain
+- removeZoneRecord
+
To use the authenticator you need to provide some required options:
``--certbot-loopia:credentials`` *(required)*
@@ -37,7 +47,7 @@ Then you can run ``certbot`` using:
.. code-block::
- $ certbot certonly \
+ $ sudo certbot certonly \
--authenticator certbot-loopia:auth \
--certbot-loopia:auth-credentials credentials.ini \
-d domain.com