From 5af3cb57d956dffc8594b5a7c01fcd2b1b53cef2 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 30 Sep 2021 00:13:37 +0200 Subject: [PATCH] improve acmetool docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e23868..474d8e6 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ This file is configuring the acmetool behaviour like certificate type, challange Good to know -------------- -If you are using debian buster, you are probably interested in a more up to date version of acmetool. Have a look at the [do1jlri.acmetool_fix](https://galaxy.ansible.com/do1jlr/acmetool_fix) role, that will install a specific version of acmetool on debian based systems. - ++ If you are using debian buster, you are probably interested in a more up to date version of acmetool. Have a look at the [do1jlri.acmetool_fix](https://galaxy.ansible.com/do1jlr/acmetool_fix) role, that will install a specific version of acmetool on debian based systems. ++ To add a domain manually to acmetool run ``acmetool want example.com`` ++ To remove a domain manually from acmetool, ``acmetool unwant example.com`` Testing --------- We are using the following github actions for testing and releasing to ansible galaxy.