Skip to content

Commit b35c92c

Browse files
authored
Update README.md
1 parent 2c6dc46 commit b35c92c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ The user can then access the exported metrics directly thorugh port 8888 on the
134134
As an optional configuration, Citrix ADC exporter allows you to validate the SSL server certificate provided by Citrix ADC.
135135

136136
For this:
137-
In config.yaml, '--validate-cert' option should be set to 'yes', and certificate path should be provided using'--cacert-path' argument. Please confirm that certificate and '--cert-path' provided is valid. Additionaly, '--validate-cert(default='no')' and '--secure(default='yes')' options should be set to 'yes' for certificate to be considered.
137+
In config.yaml, '--validate-cert' option should be set to 'yes', and certificate path should be provided using'--cacert-path' argument.
138+
Please confirm that certificate and '--cert-path' provided is valid.
139+
Additionaly, '--validate-cert(default='no')' and '--secure(default='yes')' options should be set to 'yes' for certificate to be considered.
138140

139141
Certificate should then be mounted at the '--cacert-path' provided. For instance, if cert is 'cacert.pem' and '--cacert-path' provided in 'config.yaml' is '/exporter/cacert.pem'
140142

@@ -229,7 +231,9 @@ User need to first mount the secret at any valid path inside pod. For instance,
229231
kubectl create secret generic exp-ca-cert --from-file=./cacert.pem"
230232
```
231233

232-
In args section of yaml, '--validate-cert' option should be set to 'yes', and certificate path should be provided using'--cacert-path' argument. Please confirm that mounted certificate and '--cert-path' provided are valid. Additionaly, '--validate-cert(default='no')' and '--secure(default='yes')' options are set to 'yes' for certificate to be considered.
234+
In args section of yaml, '--validate-cert' option should be set to 'yes', and certificate path should be provided using'--cacert-path' argument.
235+
Please confirm that mounted certificate and '--cert-path' provided are valid.
236+
Additionaly, '--validate-cert(default='no')' and '--secure(default='yes')' options should be set to 'yes' for certificate to be considered.
233237

234238
```
235239
apiVersion: v1

0 commit comments

Comments
 (0)