diff options
author | Andreas Runfalk <andreas@runfalk.se> | 2019-02-24 19:44:03 +0100 |
---|---|---|
committer | Andreas Runfalk <andreas@runfalk.se> | 2019-02-24 19:44:03 +0100 |
commit | 4c08f46696d98dc1c0145715ce37ab64427644bb (patch) | |
tree | a8134b836fc869a540ed25e3603a1fb6a31bad99 | |
parent | 0318248c0090a9d6025c9b10be618b8a3cfffa92 (diff) | |
download | certbot-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.rst | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |