Difference between revisions of "Osmp technical details"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 15: Line 15:


==How to configure SSL for OSMP?==
==How to configure SSL for OSMP?==
''' THIS SECTION IS NOT FINISHED'''
yum -y install mod_ssl


1.
1.
Line 22: Line 26:
  Inc/OU=Sale/CN=bla/emailAddress='''user@example.com''' -out ca.crt
  Inc/OU=Sale/CN=bla/emailAddress='''user@example.com''' -out ca.crt


2.
openssl pkcs12 -export -in ca.crt -inkey ca.key -certfile ca.crt -out client01.p12 -passout pass:'''PASSWORD'''
File client01.p12 will be generated. This file with password has to be sent to OSMP gateway provider


===Other Notes===
===Other Notes===

Revision as of 11:55, 11 October 2010

What is OSMP

How OSMP works?

Where to find OSMP settings in MOR?

1. Navigate to ADDONS - Payment gateways

Payment gateways path.png

2. Select the OSMP gateway:

Osmp.png

How to configure SSL for OSMP?

THIS SECTION IS NOT FINISHED


yum -y install mod_ssl

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

2.

openssl pkcs12 -export -in ca.crt -inkey ca.key -certfile ca.crt -out client01.p12 -passout pass:PASSWORD


File client01.p12 will be generated. This file with password has to be sent to OSMP gateway provider

Other Notes

Advices

  • You should enable manual confirmation for this payment gateway