Skip to content

Commit a58b4f1

Browse files
Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash (#17476)
* Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash * changelog
1 parent 93ec237 commit a58b4f1

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

argo_rollouts/changelog.d/17476.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash

argo_rollouts/datadog_checks/argo_rollouts/data/conf.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ instances:
511511
## @param tls_ca_cert - string - optional
512512
## The path to a file of concatenated CA certificates in PEM format or a directory
513513
## containing several CA certificates in PEM format. If a directory, the directory
514-
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
515-
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
514+
## must have been processed using the `openssl rehash` command. See:
515+
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
516516
#
517517
# tls_ca_cert: <CA_CERT_PATH>
518518

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash

argo_workflows/datadog_checks/argo_workflows/data/conf.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ instances:
511511
## @param tls_ca_cert - string - optional
512512
## The path to a file of concatenated CA certificates in PEM format or a directory
513513
## containing several CA certificates in PEM format. If a directory, the directory
514-
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
515-
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
514+
## must have been processed using the `openssl rehash` command. See:
515+
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
516516
#
517517
# tls_ca_cert: <CA_CERT_PATH>
518518

tekton/changelog.d/17476.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash

tekton/datadog_checks/tekton/data/conf.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ instances:
516516
## @param tls_ca_cert - string - optional
517517
## The path to a file of concatenated CA certificates in PEM format or a directory
518518
## containing several CA certificates in PEM format. If a directory, the directory
519-
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
520-
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
519+
## must have been processed using the `openssl rehash` command. See:
520+
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
521521
#
522522
# tls_ca_cert: <CA_CERT_PATH>
523523

0 commit comments

Comments
 (0)