You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. `docker compose restart` (maybe just reload instead)
34
-
8. check url
35
-
9. note: after an ssl certificate renewal -> docker exec -it specifycloud_nginx_1 nginx -s reload
27
+
1. Run the `add_ssl.sh` script and follow the prompts.
28
+
```
29
+
sudo sh add_ssl.sh
30
+
```
31
+
You will need to provide the `<subdomain>` for the new instance that you wish to add. After this, it will update the `spcloudservers.json` and set `"https": false` to `"https": true` for that instance, then restart all of the running containers.
32
+
8. Check URL
33
+
9. **Note:** After an SSL certificate renewal, you can reload nginx without restarting the whole container:
1. For automatic nginx reloading on certificate renewal create /etc/letsencrypt/renewal-hooks/post/reload-nginx.sh `#!/bin/bash docker exec -it specifycloud_nginx_1 nginx -s reload`
37
38
2. `crontab -e;` and then add the line "0 3 * * 0,2,4,6 docker exec specifycloud_nginx_1 nginx -s reload"
38
39
3. `crontab -l` to list cronjobs
39
-
5. Add Specify admin credentials to the [master list on the SCC Vault](https://docs.google.com/spreadsheets/d/1saSYJJDJdATwZvzFz873wvC-DkyBQsIQ66un1lpILE4/edit#gid=690980104)
40
-
6. Database Backup
41
-
1. `ssh` into `biprdsp6ap.cc.ku.edu`
42
-
2. `sudo su - spcloudbackup`
43
-
3. Add <dbname> into the file /home/spcloudbackup/backup_specify_cloud.py
40
+
5. Add Specify Admin user credentials to the Bitwarden Vault
0 commit comments