From fc50f7d7e0741bc479e6aa1a71eca793edab9fab Mon Sep 17 00:00:00 2001 From: t-merten <73176123+t-merten@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:55:14 +0200 Subject: [PATCH] Update Readme.adoc Append suffix -cs to greeter and greeter-messages --- README.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 9c7c178..4467663 100644 --- a/README.adoc +++ b/README.adoc @@ -31,19 +31,19 @@ The script will create a Service Registry service instance and then push the app . When the script has finished, set the `TRUST_CERTS` environment variable to the API endpoint of your Elastic Runtime instance (as in `api.example.com`), then restage the applications so that the changes will take effect. Setting `TRUST_CERTS` causes Spring Cloud Services to add the the SSL certificate at the specfied API endpoint to the JVM's truststore, so that the client application can communicate with a Service Registry service instance even if your Elastic Runtime instance is using a self-signed SSL certificate (see the https://docs.pivotal.io/spring-cloud-services/service-registry/writing-client-applications.html#self-signed-ssl-certificate[Service Registry documentation]). + .... -$ cf set-env greeter-messages TRUST_CERTS api.wise.com -Setting env variable 'TRUST_CERTS' to 'api.wise.com' for app greeter-messages in org myorg / space development as user... +$ cf set-env greeter-messages-cs TRUST_CERTS api.wise.com +Setting env variable 'TRUST_CERTS' to 'api.wise.com' for app greeter-messages-cs in org myorg / space development as user... OK TIP: Use 'cf restage' to ensure your env variable changes take effect -$ cf restage greeter-messages +$ cf restage greeter-messages-cs .... + .... -$ cf set-env greeter CF_TARGET https://api.wise.com -Setting env variable 'CF_TARGET' to 'https://api.wise.com' for app greeter in org myorg / space development as user... +$ cf set-env greeter-cs CF_TARGET https://api.wise.com +Setting env variable 'CF_TARGET' to 'https://api.wise.com' for app greeter-cs in org myorg / space development as user... OK TIP: Use 'cf restage' to ensure your env variable changes take effect -$ cf restage greeter +$ cf restage greeter-cs .... + [NOTE]