File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ echo " - Responsibility:"
5757echo " - Service Line:"
5858echo " - Project:"
5959echo " - Expense Authority:"
60+ echo " - Financial Reporting Account:"
6061echo " "
6162echo " - Attach the newly generated CSR file only"
6263
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ if [[ "${ACCEPT^}" != "Y" ]]; then
4545else
4646 # https://docs.openshift.com/container-platform/4.15/networking/routes/secured-routes.html#nw-ingress-creating-an-edge-route-with-a-custom-certificate_secured-routes
4747 echo " Installing route"
48- oc create route edge --service=${SERVICE} --cert=${DOMAIN} .cert --key=${DOMAIN} .key --ca-cert=${DOMAIN} .ca-cert --hostname=${DOMAIN}
48+ oc create route edge --service=${SERVICE} --cert=${DOMAIN} .cert --key=${DOMAIN} .key --ca-cert=${DOMAIN} .ca-cert --hostname=${DOMAIN} ${SERVICE} -vanity
4949fi
You can’t perform that action at this time.
0 commit comments