See following link for more details.
Link: https://enindu.com/blog/otp-less-payment-system
If alredy included SSL keys and certificates didn't work, use config.conf
file to generate SSL keys and certificate. You may need to generate keys and certificates for every component.
openssl genrsa -out key.pem 2048
openssl req -nodes -new -x509 -sha256 -days 365 -config config.conf -extensions 'req_ext' -key key.pem -out certificate.pem
- Base URL: http://localhost
- Port: 8080
- Base URL: https://localhost:5003
- API URL: https://localhost:5003/api
- Port: 5003
- Base URL: https://localhost:5001
- API URL: https://localhost:5001/api
- Port: 5001
- Base URL: https://localhost:5002
- API URL: https://localhost:5002/api
- Port: 5002