(20241009) Module ready for use by whitelisted IPs.

This commit is contained in:
2024-10-09 10:26:32 +05:30
parent 23cfebc20d
commit b366c0aa43
5 changed files with 432 additions and 430 deletions
+13 -1
View File
@@ -1,6 +1,18 @@
# INSTRUCTIONS TO RENEW CERTIFICATES
**Date:** 2024-09-18
### **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.