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