Skip to content

enindu/otp-less-payment-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP-Less Payment System

See following link for more details.

Link: https://enindu.com/blog/otp-less-payment-system

SSL Keys And Certificates

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.

Generate SSL Key

openssl genrsa -out key.pem 2048

Generate SSL Certificate

openssl req -nodes -new -x509 -sha256 -days 365 -config config.conf -extensions 'req_ext' -key key.pem -out certificate.pem

Components

Client Component

Authentication Component

Middleware Component

Core Component