From 5a2b97560f65defd247c5f44e56cfb04ed3c0bae Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Dec 2016 15:03:26 +0100 Subject: [PATCH 1/3] Convert MD formatting to RST. --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9e840a3..045a9cf 100644 --- a/README.rst +++ b/README.rst @@ -455,12 +455,13 @@ Making a `.deb` debian package ------------------------------ Requirements: - - python stdeb: pip install --upgrade stdeb - - dh clean: apt-get install dh-make +- python stdeb: pip install --upgrade stdeb +- dh clean: apt-get install dh-make Run the following commands in your vagrant machine: -``` +.. code:: bash + apt-file update python setup.py sdist # py2dsc has a problem with vbox mounted folders @@ -471,4 +472,4 @@ Run the following commands in your vagrant machine: # NOTE: Not signed, no signed changes (with -uc and -us) # NOTE: Add the package to the ghtools repo dpkg-buildpackage -rfakeroot -uc -us -``` + From 016789cb59165cf72556393425a15573ca422090 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Dec 2016 15:06:07 +0100 Subject: [PATCH 2/3] Formatting/typos fixed in readme. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 045a9cf..f1ffd9d 100644 --- a/README.rst +++ b/README.rst @@ -14,13 +14,13 @@ also enable you to very easily do automatic certificate renewal. Furthermore, you can configure HAProxy to handle Boulder's authentication using the HAProxy authenticator of this plugin. -It was created for use with `Greenhost`_'s share hosting environment and can be +It was created for use with `Greenhost's`_ shared hosting environment and can be useful to you in the following cases: - If you use HAProxy and have several domains for which you want to enable Let's - Encrypt certificates + Encrypt certificates. - If you yourself have a shared hosting platform that uses HAProxy to redirect - to your client's websites + to your client's websites. - Actually any case in which you want to automatically restart HAProxy after you request a new certificate. From 2f027c5a9d6428947d10e4d476124946e42be908 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Dec 2016 15:07:16 +0100 Subject: [PATCH 3/3] Fix link in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f1ffd9d..1803cef 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ useful to you in the following cases: - Actually any case in which you want to automatically restart HAProxy after you request a new certificate. -.. _Greenhost: https://greenhost.net +.. _Greenhost's: https://greenhost.net This plugin does not configure HAProxy for you, because HAProxy configurations can can vary a great deal. Please read the installation instructions on how to