From 29c04c17bad7c689d22477d5fed442860b13ef00 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 19 Dec 2020 18:13:50 -0700 Subject: [PATCH] fix up ipa-getcert role to be modular --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05f252b..710cf86 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ CI Badge # ipa-getcert Ansible Role A very basic ipa-getcert role used for certificates issued for internal communication. This assumes the client is enrolled with FreeIPA. -This is loosely based on another project on github with some heavy modifications and adapted for the Rocky Linux infrastructure. It may be used and copied. +This is loosely based on another project on github with some heavy modifications and adapted for the Rocky Linux infrastructure. In particular, we have made it more modular. This may be used and copied. -**Note**: Note that the certificates should auto-renew when requested via `ipa-getcert`. However. if you turn on the chain, you will have to renew that manually. +**Note**: Note that the certificates should auto-renew when requested via `ipa-getcert`. However. if you turn on the chain, you will have to fix that manually. ## Getting started Ensure all dependencies are installed and then follow the below process