Hi Bruce,
Thanks for the response, i appreciate . i am new to the community.
My Domain name is VMESAS.COM
How can i use the domain name to call my backend API's.
Let me provide more details.
My domain is: vmesas.com
I ran this command: certbot --nginx -d vmesas.com
It produced this output: it created the .pem files
My web server is (include version): nginx
The operating system my web server runs on is (include version): Ubuntu
My hosting provider, if applicable, is: Oracle Cloud & AWS
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): cerbot 1.21.0
My scenario is i have react app hosted and running in oracle cloud with DNS name. Once i open the landing page i have login and signup pages.
All my backend api's running in aws server.
I generated the certificates in my UI server and copied those certificates to the api server and consuming them in the backend program.
Those URL with IP can't be called but it should called from my react with DNS name only.
Not sure how to fix the issue or what is the best approach to configure my setup.
Thanks