You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here if you have multiple routes with different paths but the same domain causes the uniq -iu command to return nothing. Tested on Openshift 4.x and Ubuntu 20.04 WSL.
Workaround: Label one route, run the certbot routine, and manually copy the certs into the other route yamls.
The text was updated successfully, but these errors were encountered:
oc get route -l certbot-managed=true -o json | jq '.items[].spec.host' -r | sort -f | uniq -iu > /tmp/certbot-hosts.txt
Here if you have multiple routes with different paths but the same domain causes the
uniq -iu
command to return nothing. Tested on Openshift 4.x and Ubuntu 20.04 WSL.Workaround: Label one route, run the certbot routine, and manually copy the certs into the other route yamls.
The text was updated successfully, but these errors were encountered: