Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I upload a Digital Certificate?


CLKeenan

Recommended Posts

Posted

Your Digital Certificate

Below is a copy of your digital certificate. In order for you to

begin accepting credit card payments, your ISP may require a digital

certificate to complete the setup of your store. A copy of your digital certificate

has been e-mailed to your ISP. This certificate should be saved as a file

on your Web server with a .pem extension. Copy all characters beginning

with the line that states, "-----BEGIN RSA PRIVATE KEY-----" through the end

of this e-mail where it states, "-----END CERTIFICATE-----".

 

 

 

 

How do I go about doing this?

Posted

If you have a webhost, you're supposed to gvie that to them.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted
this isn't my SSL certificate is it?

What kind of question is that? You started the thread.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

I'm not 100% clear on how it works, but I believe it is at least an important part of your SSL, yes.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

Alan - why so harsh? :-\

 

I was saying in my Webhost Admin panel - I can configure the SSL and it looks exactly the same type of what kind of certificate they sent me to put up and I was wondering if it replaced the SSL certicate

Posted

This digital certificate file (xxxxxx.pm) needs to be uploaded on your site.

 

Look at the instructions while installing linkpoint cardservices payment module.

Posted

Set up SSL on the new server

If you have not already done so, make sure that the new server has SSL running on it (all VPS v2 servers are set up with SSL by default).

 

Copy the Certificate to the New Server

Using FTP or another method, copy the certificate and Private Key files to the new server. Both the certificate and the key are stored in the /usr/local/apache/conf/ directory of the Virtual Private Server. The certificate should be in a file named ssl.cert, and the key should be in the ssl.pk file. If you use FTP, be sure to copy the files to the new server as ASCII files.

 

Make Sure your Private Key has been Decrypted

It's a good idea to check your Private Key to make sure it has been decrypted. Use more or your favorite text editor to view the file. If your key has been decrypted, you should not see the following lines before the encoded elements of the key.

 

Proc-Type: 4,ENCRYPTED

DEK-Info: DES-EDE3-CBC,BCC23A5E16582F3D

If your Private Key does have those lines near the beginning, run the following command to remove the encryption.

 

# openssl rsa -in ssl.pk -out ssl.pk

Restart Apache

With the ssl.pk in place and decrypted, and the ssl.cert in place on your Virtual Private Server, run the restart_apache command to restart your Web server so that it will use the new certificate.

Posted

hmmm - thats definately a start but since I dont run my own server, I assume I should point my webhost here to see if they can do it?

 

thanks again for your help :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...