Skip to content

Commit

Permalink
docs: reformat pki params
Browse files Browse the repository at this point in the history
format the pki parameters just like all of the other section
parameters

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Aug 15, 2023
1 parent 6657858 commit 24addfc
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,13 @@ When TLS connection is configured, `ca_cert_src` and/or `ca_cert` is required.
To configure the certificate of the logging system, `cert_src` and/or `cert` is required.
To configure the private key of the logging system, `private_key_src` and/or `private_key` is required.

```yaml
ca_cert_src: location of the ca_cert on the control host; if given, the file is copied to the managed host.
cert_src: location of the cert on the control host; if given, the file is copied to the managed host.
private_key_src: location of the key on the control host; if given, the file is copied to the managed host.
ca_cert: path to be deployed on the managed host; the path is also used in the rsyslog config.
default to /etc/pki/tls/certs/<ca_cert_src basename>
cert: ditto
default to /etc/pki/tls/certs/<cert_src basename>
private_key: ditto
default to /etc/pki/tls/private/<private_key_src basename>
```
* `ca_cert_src`: location of the ca_cert on the control host; if given, the file is copied to the managed host.
* `cert_src`: location of the cert on the control host; if given, the file is copied to the managed host.
* `private_key_src`: location of the key on the control host; if given, the file is copied to the managed host.
* `ca_cert`: path to be deployed on the managed host; the path is also used in the rsyslog config.
default to /etc/pki/tls/certs/<ca_cert_src basename>
* `cert`: ditto - default to /etc/pki/tls/certs/<cert_src basename>
* `private_key`: ditto - default to /etc/pki/tls/private/<private_key_src basename>

#### logging_domain

Expand Down

0 comments on commit 24addfc

Please sign in to comment.