Skip to content

Commit

Permalink
|#19 | #34 | #36 | ssl certificate add for test domain of superset
Browse files Browse the repository at this point in the history
  • Loading branch information
vedfordev committed Aug 20, 2024
1 parent 3ea6cfb commit 85dbaa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reportingSystem/superset_db_sqllite_to_postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@ docker stop superset_4.0.1
docker restart superset_4.0.1
```

5. generate certificate for testing superset
```shell
sudo certbot --nginx -d test-reporting-superset.avniproject.org
sudo certbot renew --cert-name test-reporting-superset.avniproject.org --dry-run
```

0 comments on commit 85dbaa8

Please sign in to comment.