From 1bfc6379c1871829f6ef1f3611cc1afada7df24e Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Thu, 7 Feb 2019 09:52:06 -0600 Subject: [PATCH] Update midPointInstallTips.adoc --- midPointInstallTips.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/midPointInstallTips.adoc b/midPointInstallTips.adoc index 83421e2..49667b4 100644 --- a/midPointInstallTips.adoc +++ b/midPointInstallTips.adoc @@ -11,21 +11,21 @@ If NOT running everything on localhost, edit IdP and SP metadata to change endpo ``` cd opt/midPoint_container/demo/complex/configs-and-secrets/grouper/shibboleth vim idp-metadata.xml -:%s/localhost/co-op.tech/g +:%s/localhost/my.edu/g cd opt/midPoint_container/demo/complex/configs-and-secrets/midpoint/shibboleth vim idp-metadata.xml -:%s/localhost/co-op.tech/g +:%s/localhost/my.edu/g cd opt/midPoint_container/demo/complex/idp/shibboleth-idp/metadata vim idp-metadata.xml -:%s/localhost/co-op.tech/g +:%s/localhost/my.edu/g vim grouper-sp.xml -:%s/localhost/co-op.tech/g +:%s/localhost/my.edu/g vim midpoint-sp.xml -:%s/localhost/co-op.tech/g +:%s/localhost/my.edu/g ```