updated info

This commit is contained in:
AnsibleGuy 2023-02-18 17:37:08 +01:00
parent 6e3655c362
commit 09f2a4a9ea
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 3 additions and 1 deletions

View File

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