This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 3740e6f938 Remove redundant integration test READMEs relating to certificate generation 3740e6f938 is described below commit 3740e6f938fca841877a32441c1d383354205f28 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jun 7 11:44:24 2024 +0100 Remove redundant integration test READMEs relating to certificate generation --- integration-tests/kafka-sasl-ssl/README.adoc | 17 ----------------- integration-tests/kafka-ssl/README.adoc | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/integration-tests/kafka-sasl-ssl/README.adoc b/integration-tests/kafka-sasl-ssl/README.adoc deleted file mode 100644 index be2379dd11..0000000000 --- a/integration-tests/kafka-sasl-ssl/README.adoc +++ /dev/null @@ -1,17 +0,0 @@ -== Camel Quarkus Kafka SASL SSL integration tests - -To regenerate the SSL certificates and trust stores for use with local host testing run the following script: - -[source,shell] ----- -cd src/test/resources/config -./regenerate-certificates.sh ----- - -If required, you can override the default certificate CN and SAN configuration by passing them as script arguments: - -[source,shell] ----- -cd src/test/resources/config -./regenerate-certificates.sh "other-dns-or-ip" "DNS:another-dns,IP:192.168.1.150" ----- diff --git a/integration-tests/kafka-ssl/README.adoc b/integration-tests/kafka-ssl/README.adoc deleted file mode 100644 index 017165774b..0000000000 --- a/integration-tests/kafka-ssl/README.adoc +++ /dev/null @@ -1,17 +0,0 @@ -== Camel Quarkus Kafka SSL integration tests - -To regenerate the SSL certificates and trust stores for use with local host testing run the following script: - -[source,shell] ----- -cd src/test/resources/config -./regenerate-certificates.sh ----- - -If required, you can override the default certificate CN and SAN configuration by passing them as script arguments: - -[source,shell] ----- -cd src/test/resources/config -./regenerate-certificates.sh "other-dns-or-ip" "DNS:another-dns,IP:192.168.1.150" -----