Skip to content

Commit

Permalink
GITBOOK-1215: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Dec 15, 2024
1 parent 1afda84 commit 9474c44
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ sudo certbot certonly --agree-tos --manual --preferred-challenges=dns -d *.openg
```

* The above command generates a new pair of certificates. The DNS challenge needs to be performed again, as prompted.
* Run the following to upload new certs back to Kubernetes Cluster. Adjust the certs path in the below command.
* Restart Nginx 

```bash
kubectl 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.pem
sudo systemctl restart nginx
```

0 comments on commit 9474c44

Please sign in to comment.