diff --git a/bin/traefik-cert.sh b/bin/traefik-cert.sh index 599c53d..81495ad 100755 --- a/bin/traefik-cert.sh +++ b/bin/traefik-cert.sh @@ -1,8 +1,8 @@ #!/bin/sh # Script to update the -secret="localhost-mixinet-net-ingress-cert" -cert="${1:-localhost.mixinet.net.crt}" -key="${2:-localhost.mixinet.net.key}" +secret="lo-mixinet-net-ingress-cert" +cert="${1:-lo.mixinet.net.crt}" +key="${2:-lo.mixinet.net.key}" if [ -f "$cert" ] && [ -f "$key" ]; then kubectl -n kube-system create secret tls $secret \ --key=$key \