authorize.net configuration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

authorize.net configuration

Anurag Walia
Hi all,
Thanks In advance.
I need your help regarding authorize.net configuration
I am trying to import files using this command

keytool -import -trustcacerts -file (path to certificate) -alias AUTHORIZE_NET -keystore ./ofbizssl.jks  

i have some confussion.

what should be (path to certificate)?
what is the actual path of ofbizssl.jks ?
and is their any more certification required like authorization.net .

Looking for your great help...

Thanks
Anurag Walia
Reply | Threaded
Open this post in threaded view
|

Re: authorize.net configuration

rajsaini
Anurag,

Path to your keystore will depend what is configured in your Tomcat SSL
Connector. You can check this in the ofbiz-container.xml file in
${ofbiz.home}/framework/base/config folder.

In the past, I observed that certificates imported in the ofbizssl.jks
did not work. Therefore, you may need to import certificates in your JDK
keystore which is somewhere in the JRE.

Thanks,

Raj

On 10/08/10 11:29, Anurag Walia wrote:

> Hi all,
> Thanks In advance.
> I need your help regarding authorize.net configuration
> I am trying to import files using this command
>
> keytool -import -trustcacerts -file (path to certificate) -alias
> AUTHORIZE_NET -keystore ./ofbizssl.jks
>
> i have some confussion.
>
> what should be (path to certificate)?
> what is the actual path of ofbizssl.jks ?
> and is their any more certification required like authorization.net .
>
> Looking for your great help...
>
> Thanks
> Anurag Walia
>
>    

Reply | Threaded
Open this post in threaded view
|

Re: authorize.net configuration

S K Pradeep kumar
In reply to this post by Anurag Walia
Hi,

Use the following link.

https://cwiki.apache.org/confluence/display/OFBIZ/How+to+configure+authorize.net+certificates

And also import your certificate in java also
in    ..\jdk1.6.0_20\jre\lib\security

With regards,
S K Pradeep kumar,
9980609494


On Tue, Aug 10, 2010 at 11:29 AM, Anurag Walia <[hidden email]>wrote:

>
> Hi all,
> Thanks In advance.
> I need your help regarding authorize.net configuration
> I am trying to import files using this command
>
> keytool -import -trustcacerts -file (path to certificate) -alias
> AUTHORIZE_NET -keystore ./ofbizssl.jks
>
> i have some confussion.
>
> what should be (path to certificate)?
> what is the actual path of ofbizssl.jks ?
> and is their any more certification required like authorization.net .
>
> Looking for your great help...
>
> Thanks
> Anurag Walia
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/authorize-net-configuration-tp2319337p2319337.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: authorize.net configuration

Anurag Walia
In reply to this post by rajsaini
Thanks Raj & Pradeep

But their is already a files in base\config folder with the name ofbizssl.jks.
can i use this or generate new one by the keytools and authorization.net certificates.




Reply | Threaded
Open this post in threaded view
|

Re: authorize.net configuration

S K Pradeep kumar
Hi Anurag Walia,

Just import the authorization.net certificate in ofbizssl.jks and also in
..\jdk1.6.0_20\jre\lib\security\cacerts
files

With regards,
S K Pradeep kumar,
9980609494


On Tue, Aug 10, 2010 at 12:06 PM, Anurag Walia <[hidden email]>wrote:

>
> Thanks Raj & Pradeep
>
> But their is already a files in base\config folder with the name
> ofbizssl.jks.
> can i use this or generate new one by the keytools and authorization.net
> certificates.
>
>
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/authorize-net-configuration-tp2319337p2319364.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: authorize.net configuration

Anurag Walia
Thanks Pradeep

I will try this and soon get back to you.