This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
SSL Configuration
Jonathan Payne edited this page Oct 17, 2016
·
4 revisions
SSL certificates have been implemented on the staging and production environments for the user interface. Encryption of API requests have not been implemented at this time.
These are free certificates which are valid only for 3 months. In order to renew the certificate once expired, we have added a crontab entry in both staging and production, which checks for certificate validity daily at 5:00 AM and renews the certificate if required.
These SSL certificates (https) are attached to ocl_web only.
The free certificates are registered in the "letsencrypt" community: https://certbot.eff.org/#ubuntuxenial-nginx
Overview
Resources
Import / Export
- CSV Import
- Bulk Import
- Org/Source Import
- Export API
- Subscriptions
- Subscription Client Testing Process
- OpenMRS to OCL Mapping
Troubleshooting & Operations
- Data integrity checks
- Maintaining OCLAPI's Docker containers
- Maintaining MongoDB and Solr
- How to check logs
- NewRelic monitoring setup
- Configuration changes to make tests and import job run faster
- Accessing Solr UI Remotely
- Data Backup and Restore
- SSL Configuration
- Flower
- Switching to Maintenance Mode on Production Server
- Docker networking and Security
Other