full-install: add letsencrypt cert gen script

This commit is contained in:
starbirdtech383
2024-01-26 15:26:51 +05:30
parent 818f8082be
commit ea8662a4e1
12 changed files with 134 additions and 13 deletions

View File

@@ -0,0 +1,23 @@
# Advanced operations
## Restarting containers
## Upgrade nocodb instance
## Enable SSL
In order to enable SSL for incoming https requests, you will need to have certs which is
private-key public-key pair
### letsencrypt for generating certificates
### Bring your own certificates
### self signed certificates
## Database pasword rotation
## nginx configurations
## Add Node
## Minio integration for resources
## Enable scheduled backups to run nightly on all your instances.