From 957b7f91081e2ed88814805237ad6c4ee7365d7a Mon Sep 17 00:00:00 2001 From: Kara Date: Fri, 4 Jul 2025 12:07:22 +0100 Subject: [PATCH] Moved mTLS note to introduction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a8d778..4ffd17f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ This is a simple Hello World Python App with the following three endpoints: the number of successful and failed invocations of the '/sample-app/python/hello' endpoint. +**Note:** X.509 certificates are used for authentication, and + mTLS uses them to secure communication between the App and the platform. + ## Build Docker Extract the downloaded sample App package. Using a command line tool, @@ -86,9 +89,6 @@ with the correct Python Sample App version. Run the following commands from within your project directory `eric-oss-hello-world-python-app-`. -**Note:** X.509 certificates are used for authentication, and - mTLS uses them to secure communication between the App and the platform. - ```bash mkdir -p helloworldAppPackage ```