PayPal Password Management - 2002 Guía de instalación Pagina 16

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 22
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 15
Configuring the PayPal Password Management Script
PayPal Password Management Encryption
3
16 April 2002 Password Management Installation Guide
to generate usernames and passwords for your subscribers." The new button works just as
before, just cut and paste the HTML.
You have completed the basic installation of PayPal User Password Management.
PayPal Password Management Encryption
At this point communication between your website and PayPal is unencrypted. Adding
encryption is recommended but not a necessity.
If you would like to encrypt comunications, follow these steps.
NOTE: The following assumes that your Apache webserver already has support for SSL
installed and can therefore accept and respond to https requests.
1. First, make sure that you have completed the two necessary configuration steps
(highlighted previously). Specifically, be sure that the URL you entered in PayPal's IPN
Preferences page is https:// and not http://. Also doublecheck that the following
user constant in paypal.pl
reads:
my $PAYPAL_URL = 'https://www.paypal.com/cgi-bin/webscr';
2. Encryption requires the installation of two free software components. Begin by
downloading and uncompressing the latest OpenSSL release at
http://www.openssl.org
3. Uncompress the package with:
gzip -dc filename.tar.gz | tar -x
4. Change to the directory that was created and run the following commands (you must be
logged in as root):
./config
make
make test
make install
5. Next, download the latest version of the Perl module: Crypt::SSLeay available at
http://www.cpan.org
6. Uncompress it:
gzip -dc filename.tar.gz | tar -x
7. Change to the directory that was created and install the module with the following
commands (you must be logged in as root):
perl Makefile.PL
make
Vista de pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 22

Comentarios a estos manuales

Sin comentarios