Rodland Posted July 4, 2003 Share Posted July 4, 2003 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2003 Share Posted July 4, 2003 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2003 Share Posted July 4, 2003 Btw, the usual path would be something like /usr/bin/gpg or /usr/bin/gnupg. Hth, Matt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.