From 09f2a4a9ea5e98cbea168094cbf13e9699f137f1 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 18 Feb 2023 17:37:08 +0100 Subject: [PATCH] updated info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3866c8e..a78ebe3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ ansible-galaxy install -r requirements.yml * Supported for Nginx and Apache * Host needs to have a valid public dns record pointed at it * Needs to be publicly reachable over port 80/tcp - * _Use a proper **Certificate Authority** (_full PKI_) to create **signed certificates**_ => **not yet available** * **Default config**: @@ -57,6 +56,9 @@ ansible-galaxy install -r requirements.yml For all available options - see the default-config located in the main defaults-file! +* **Note:** If you have the need to mass manage certificates - you might want to check out the [ansibleguy.infra_pki](https://github.com/ansibleguy/infra_pki) role that enables you to create and manage a full **P**ublic **K**ey **I**nfrastructure. + + * **Note:** The certificate file-name (_name variable as defined or else CommonName_) will be updated: * spaces are transformed into underlines * all Characters except "0-9a-zA-Z." are removed