Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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-<VERSION>`.

**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
```
Expand Down