File tree 6 files changed +9
-6
lines changed
datadog_checks/argo_rollouts/data
datadog_checks/argo_workflows/data
datadog_checks/tekton/data
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ instances:
511
511
## @param tls_ca_cert - string - optional
512
512
## The path to a file of concatenated CA certificates in PEM format or a directory
513
513
## 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
516
516
#
517
517
# tls_ca_cert: <CA_CERT_PATH>
518
518
Original file line number Diff line number Diff line change
1
+ Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ instances:
511
511
## @param tls_ca_cert - string - optional
512
512
## The path to a file of concatenated CA certificates in PEM format or a directory
513
513
## 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
516
516
#
517
517
# tls_ca_cert: <CA_CERT_PATH>
518
518
Original file line number Diff line number Diff line change
1
+ Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash
Original file line number Diff line number Diff line change @@ -516,8 +516,8 @@ instances:
516
516
## @param tls_ca_cert - string - optional
517
517
## The path to a file of concatenated CA certificates in PEM format or a directory
518
518
## 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
521
521
#
522
522
# tls_ca_cert: <CA_CERT_PATH>
523
523
You can’t perform that action at this time.
0 commit comments