fix: update the traefik-cert.sh script to use the lo.mixinet.net domain
This commit is contained in:
parent
38c0b98fa8
commit
fb7cbc0edb
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Script to update the
|
# Script to update the
|
||||||
secret="localhost-mixinet-net-ingress-cert"
|
secret="lo-mixinet-net-ingress-cert"
|
||||||
cert="${1:-localhost.mixinet.net.crt}"
|
cert="${1:-lo.mixinet.net.crt}"
|
||||||
key="${2:-localhost.mixinet.net.key}"
|
key="${2:-lo.mixinet.net.key}"
|
||||||
if [ -f "$cert" ] && [ -f "$key" ]; then
|
if [ -f "$cert" ] && [ -f "$key" ]; then
|
||||||
kubectl -n kube-system create secret tls $secret \
|
kubectl -n kube-system create secret tls $secret \
|
||||||
--key=$key \
|
--key=$key \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue