Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ccgpg


Rodland

Recommended Posts

I'm on the process of using the following contribution:

 

The changes I need to make areL

 

?

$plainTxt = "/path/to/temp/" . "$tmpToken" . "anca"; 

? ?? ?? ?$crypted = "/path/to/temp/" . "$tmpToken" . "anca.asc"; 

? ?? ?? ?$gpghome="/path/to/pubring/";? //where is your pubring? That dir has to have write access. 

? ?? ?? ?$gpgpath="/path/to/gpg";? ?//where is the executable -this must be the correct path to gpg 

? ?? ?? ?

 

My question is:

 

I've created both private and public keys. I plan to put my public keys in the appropriate folder. But how do I create the gpg executable? Do I create this when creating keys? Is this something my host will have or I download from the internet? Is it actually the name of the public key ring?

 

Confused.

 

CMR

Link to comment
Share on other sites

Your host may have the gpg executable already. www.gnupg.org is the home page for GnuPG. If you have shell access (telnet or ssh), then it would be possible to compile it yourself. If not, you may be able to find a pre-compiled binary that you can use (needs to be statically compiled, dynamic libraries will create issues if you do not have root access to install where they want to be).

 

In short, the best thing to do is to ask your host to support it (they may already). If they won't/don't, we could give you better advice if we knew what OS the host's server was running.

 

Good luck,

Matt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...