Skip to content
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