Skip to content

Update readme to explain the tls feature support status now for enterprise tier #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 2 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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,13 @@ az spring-cloud app append-loaded-public-certificate \
--certificate-name ${CLIENT_SSL_CERTIFICATE_NAME} --load-trust-store true
```

> [!Reminder]
>
> Currently “--load-trust-store” is not supported in enterprise tier and we are now working on supporting it.
>
> When not specifying "--load-trust-store" or when specifying "--load-trust-store false", the certificate could be found under folder /etc/azure-spring-cloud/certs/public/ in app's environment with the name you give it, you could load that manually by any way you want.
>

Build and deploy `greeting-external-service-v2`

```bash
Expand Down