This is a discussion on noobie! wont create certficate - Openssl ; --_0b1f52d8-ff24-4340-b9e8-7803ad285529_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable hi =20 im quite new to this to bare with me. i am trying to create a certificate with OpenSSL 0.9.8g 19 Oct 2007. i create a private key via=20 c:\progra~1\apache~1\apache2.2\bin>openssl genrsa -out private.key ...
--_0b1f52d8-ff24-4340-b9e8-7803ad285529_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
hi
=20
im quite new to this to bare with me.
i am trying to create a certificate with OpenSSL 0.9.8g 19 Oct 2007.
i create a private key via=20
c:\progra~1\apache~1\apache2.2\bin>openssl genrsa -out private.key 1024.=20
this works fine.
when i try create a certificate(acording to the tutorial searched with goog=
le)i try the following
c:\progra~1\apache~1\apache2.2\bin>openssl req -new -key private.key -out c=
ert.csr.
i get the following output
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D//
CREATING PRIVATE KEY(1024BITS)//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D//
Loading 'screen' into random state - doneGenerating RSA private key, 1024 b=
it long modulus...............++++++..............++++++e is 65537 (0x10001=
)//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D//
CREATING CERTIFICATE//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D//
error on line 37 of c:\progra~1\apache~1\apache2.2\conf\extra\httpd-ssl.con=
f3788:error:0E079065:configuration file routinesEF_LOAD_BIO:missing equal=
sign:.\crypto\conf\conf_def.c:366:line 37//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D//
=20
which is the listen configuration.
i have tried the following.
leaving it as it was installed.
changing it to localhost:443
changing the port to localhost:12345
=20
but no luck, i get the same error.
=20
am i missing something?
=20
thanks in advance!
__________________________________________________ _______________
Win 100=92s of Virgin Experience days with BigSnapSearch.com
http://www.bigsnapsearch.com=
--_0b1f52d8-ff24-4340-b9e8-7803ad285529_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
hi
im quite new to this to bare with me.
i am trying to create a certificate with OpenSSL 0.9.8g 19 Oct 2007.
i create a private key via
c:\progra~1\apache~1\apache2.2\bin>openssl genrsa -out private.key 1024.=
this works fine.
when i try create a certificate(acording to the tutorial searched with goog=
le)i try the following
c:\progra~1\apache~1\apache2.2\bin>openssl req -new -key private.ke=
y -out cert.csr.
i get the following output
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D//
CREATING PRIVATE KEY(1024BITS)
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D//
Loading 'screen' into random state - done
Generating RSA private key, 10=
24 bit long modulus
...............++++++
..............++++++
e i=
s 65537 (0x10001)
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D//
CREATING CERTIFICATE
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D//
error on line 37 of c:\progra~1\apache~1\apache2.2\conf\extra\httpd-ssl.con=
f
3788:error:0E079065:configuration file routinesEF_LOAD_BIO:missing e=
qual sign:
.\crypto\conf\conf_def.c:366:line 37
//=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D//
which is the listen configuration.
i have tried the following.
leaving it as it was installed.
changing it to localhost:443
changing the port to localhost:12345
but no luck, i get the same error.
am i missing something?
thanks in advance!
News, Sports, Entertainment and Weather o=
n your mobile. rget=3D'_new'>Text MSN to 63463 Now.
=
--_0b1f52d8-ff24-4340-b9e8-7803ad285529_--
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majordomo@openssl.org