updated info
This commit is contained in:
parent
6e3655c362
commit
09f2a4a9ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue