Closed niclaus76 closed 2 years ago
To proceed, it is still needed to:
openmed.cloud
?);The following is the INCOMPLETE json I managed to write until now.
{
"publicHostname": "<HOSTNAME REQUIRED>",
"publicPort": 443,
"publicIp": "<PUBLIC IP REQUIRED>",
"mongodbUrl": "mongodb://localhost:<MONGO PSW ??>@<MONGO HOST??>:27017/<your-mongo-database-name>",
"mailConfig": {
"provider": "ergonet",
"smtp": "smtp.ergonet.it",
"port": "465",
"username": "visite@openmed.cloud",
"password": "<OK WE GOT THAT BUT IT'S OBSCURED HERE>"
},
"sslCert": "/etc/letsencrypt/live/<your-host-name>/fullchain.pem",
"sslKey": "/etc/letsencrypt/live/<your-hostname-name>/privkey.pem",
"rtcMinPort": 15000,
"rtcMaxPort": 24999
}
Here are some info fot TEST VM: 1)
Configure server ports according to this schema: dev: https (publicPort) 4443 (instead of 1024), rtc da 45000 a 60000 cert: https (publicPort) 443 (instead of 1025), rtc from 15000 to 30000
On PROV VM the configuration is:
prod: https (publicPort) 443, rtc from 15000 to 30000
1) the publicHostname is: ambulatorio.openmed.cloud
2) the publicIp is:
Use the https://openmed.cloud/ domain Install on AWS Cloud on the dedicated CERT VM.
Here's a draft of the
openmed.json
configuration file:The dedicated AWS VM is still to be allocated & created