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 ```