mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 00:45:19 +00:00
full_install: add lets encrypt renew cert script
This commit is contained in:
3
docker-compose/full-install/sbin/renew_certs.sh
Executable file
3
docker-compose/full-install/sbin/renew_certs.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd ${SCRIPT_DIR}/../
|
||||
sudo docker-compose run --rm certbot renew -q
|
||||
Reference in New Issue
Block a user