From 6aacb92398e3de32af0fe7dfdc83adffb3a296a4 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thomas" Date: Tue, 9 Aug 2022 18:49:09 -0500 Subject: [PATCH] Update README.rst --- README.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.rst b/README.rst index 8099f72..1421af2 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,26 @@ Bunny.net DNS Authenticator Plugin for Certbot ============================================== +.. image:: https://img.shields.io/github/license/mwt/certbot-dns-bunny?style=for-the-badge + :alt: License Badge + :target: LICENSE + +.. image:: https://img.shields.io/pypi/v/certbot-dns-bunny?style=for-the-badge + :alt: PyPI Version Badge + :target: https://pypi.org/project/certbot-dns-bunny/ + +.. image:: https://img.shields.io/pypi/pyversions/certbot-dns-bunny?style=for-the-badge + :alt: Supported Python Versions Badge + :target: https://pypi.org/project/certbot-dns-bunny/ + +.. image:: https://readthedocs.org/projects/certbot-dns-bunny/badge/?version=latest&style=for-the-badge + :alt: Documentation Badge + :target: https://certbot-dns-bunny.readthedocs.io/en/latest/ + +.. image:: https://flat.badgen.net/snapcraft/v/certbot-dns-bunny/?scale=1.4 + :alt: Snap Store Badge + :target: https://snapcraft.io/certbot-dns-bunny + Full documentation is on `Read the Docs `_. @@ -20,6 +40,13 @@ and can be upgraded using the ``--upgrade`` flag pip install --upgrade certbot-dns-bunny +If you installed certbot as a snap, then you have to install this plugin as a snap as well. + +.. code:: bash + + snap install certbot-dns-bunny + sudo snap connect certbot:plugin certbot-dns-bunny + Credentials -----------