Generate SSL Certificates using Letsencrypt
Generate certificates
sudo apt install certbotsudo certbot certonly --agree-tos --manual --preferred-challenges=dns -d *.openg2p.sandbox.net -d openg2p.sandbox.netRenew certificates
sudo certbot certonly --agree-tos --manual --preferred-challenges=dns -d *.openg2p.sandbox.net -d openg2p.sandbox.netkubectl delete secret tls-openg2p-ingress -n istio-system
kubectl create secret tls tls-openg2p-ingress -n istio-system \
--cert=/etc/letsencrypt/live/openg2p.sandbox.net-renewed/fullchain.pem \
--key=/etc/letsencrypt/live/openg2p.sandbox.net-renewed/privkey.pemLast updated
Was this helpful?

