2025-04-05 18:26:45 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
echo "INFO Updating TLS certificates..."
|
|
|
|
|
|
|
|
cd /home/thomas/self-host/proxy/nginx
|
|
|
|
|
|
|
|
sudo docker compose down
|
|
|
|
|
|
|
|
sleep 2
|
|
|
|
|
2025-04-05 18:38:12 +01:00
|
|
|
sudo certbot delete --cert-name systemsobscure.net
|
2025-04-05 18:26:45 +01:00
|
|
|
|
|
|
|
sleep 2
|
|
|
|
|
|
|
|
sudo certbot certonly --standalone -d systemsobscure.net -d grafana.systemsobscure.net -d bookmarks.systemsobscure.net -d forgejo.systemsobscure.net
|