mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
improve acmetool docs
This commit is contained in:
parent
9ea537d4fd
commit
5af3cb57d9
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@ This file is configuring the acmetool behaviour like certificate type, challange
|
||||||
|
|
||||||
Good to know
|
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
|
Testing
|
||||||
---------
|
---------
|
||||||
We are using the following github actions for testing and releasing to ansible galaxy.
|
We are using the following github actions for testing and releasing to ansible galaxy.
|
||||||
|
|
Loading…
Reference in a new issue