DavidCadogan.ca Forums » DavidCadogan.ca

it was unclear I added the -des3 parameter

(1 post)
  • Started 12 years ago by PrxAf0MQt3

  1. <p>Windows set HTTPS server </p>
    <p>1. to download and install the apache_2.2.11-win32-x86-openssl-0.9.8i.msi and follow the prompts to install. </p>
    <p>2. SSL configuration (the machine http://windows7keybuy.webs.com/ is installed with the OpenSSL version of APACHE) </p>
    <p> windows 7 key downloads (1) copy the apahce2/conf directory openssl.cnf file to the bin directory </p>
    <p> (2) RSA key generation (private key) these two commands can generate keys, OpenSSL genrsa -des3 -out ca.key</p>
    <p>openssl genrsa -out ca.key</p>The
    <p>-des3 option to encrypt the key generated, but the Win32 platform does not support the encryption key, start Apache will have the following error message, " SSLPassPhraseDialog office 2010 key builtin is not supported on Win32" (it was unclear I added the -des3 parameter, and the emergence of this error when Apache started without error, view the log only to find more mistakes. ) </p>
    <p>openssl genrsa -out ca.key 1024</p>
    <p> (3) CA require Cert, follow the prompts to fill in http://office2010keynuy.webs.com/ the corresponding content </p>
    <p>openssl req -config openssl.cnf -new -key ca.key -out ca.csr</p>
    <p> (4) CA public cert</p>
    <p>openssl x509 -days 3650 -req -signkey ca.key -in ca.csr -out ca.crt</p>
    <p> (5) Server private key</p>
    <p>openSSL office 2010 key outlet genrsa -out ssl/server.key 1024</p>
    <p> (6) Server require Cert, windows 7 key follow the prompts to fill in and above the same content OpenSSL req -config openssl.cnf -new -key server.key -out server.csr</p>
    <p> (7) Server public key</p>
    <p>openssl Ca -config openssl.cnf -da></p>

    Posted 12 years ago #

RSS feed for this topic

Reply

You must log in to post.