openhim-cert-updater
Version:
Enables triggering an update of local OHIM certificate and informing remote, relevant OHIM machines about update.
30 lines (29 loc) • 791 B
JSON
{
"users" : {
"localhost:8080" : {
"email" : "root@openhim.org",
"password" : "openhim-password"
},
"localhost:28080" : {
"email" : "root@openhim.org",
"password" : "openhim-password"
},
"localhost:38080" : {
"email" : "root@openhim.org",
"password" : "openhim-password"
}
},
"clients":{
"localhost:8080" : [],
"localhost:28080" : ["client_id"],
"localhost:38080" : ["client_id"],
},
"machines":{
"local":"localhost:8080",
"remote":["localhost:28080","localhost:38080"]
},
"paths" : {
"cert" : "/etc/ssl/certs/ohim-selfsigned.crt",
"key" : "/etc/ssl/private/ohim-selfsigned.key"
}
}