Files
api_internal/cred/README_CERTS.md
T

19 lines
1.0 KiB
Markdown

# INSTRUCTIONS TO RENEW CERTIFICATES
### **Date:** 2024-09-18
---
This project is the core for all projects to be setup smoothly. The idea is to have this one project where we explicitly
point to the credentials to be used for connecting to the database, and then we provide an endpoint from which all other
projects can request for their configuration. This way we make config changes in one place on the database and restart
ech instance of all the other projects to update them.
For example, if we want to update the certificates that another microservice must use, we just update the location path
of that certificate in the database and restart that microservice. That microservice will ask this one where to read the
credentials from.
Perform the following steps to renew the certificates:
1. Go to [jcdev.ditscentre.in/jcdev](http://jcdev.ditscentre.in/jcdev/)
2. Navigate to the respective folders (e.g., `kafka`, `mongo`, etc.).
3. Download and replace the certificates to ensure they have the same names as those already present in the `cred` folder.