fix up ipa-getcert role to be modular

This commit is contained in:
nazunalika 2020-12-19 18:13:50 -07:00
parent b182a76df9
commit 29c04c17ba
1 changed files with 2 additions and 2 deletions

View File

@ -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