Difference between revisions of "Osmp technical details"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 16: | Line 16: | ||
==How to configure SSL for OSMP?== | ==How to configure SSL for OSMP?== | ||
1. | 1. | ||
cd /root | |||
openssl req -new -newkey rsa:1024 -nodes -keyout ca.key -x509 -days 500 -subj /C=RU/ST=Msk/L=Msk/O=My\ | |||
Inc/OU=Sale/CN=bla/emailAddress='''user@example.com''' -out ca.crt | |||
Revision as of 11:25, 11 October 2010
What is OSMP
How OSMP works?
Where to find OSMP settings in MOR?
1. Navigate to ADDONS - Payment gateways
2. Select the OSMP gateway:
How to configure SSL for OSMP?
1.
cd /root openssl req -new -newkey rsa:1024 -nodes -keyout ca.key -x509 -days 500 -subj /C=RU/ST=Msk/L=Msk/O=My\ Inc/OU=Sale/CN=bla/emailAddress=user@example.com -out ca.crt
Other Notes
Advices
- You should enable manual confirmation for this payment gateway