| Author |
SSL with Apache ?'s
|
|
| Alexandre Cloutier 2004-04-28, 1:34 pm |
| Using the guide provided by Thawte for Apache configuration with test
certificate.
1. Step 1 (RSA)ok
openssl genrsa -des3 1024 -out www.mydomaine.net.key
2. Step 2 (CSR) fails (helpscreen)
openssl req -new -key -out www.mydomain.net.csr
I've tried several variations, does not want to CSR.
Should I upgrade openssl? Running from original inst w/ MDK 9.2.
Can I bypass this and simple -out to .txt?
Thanks
Alex
| |
| Davide Bianchi 2004-04-28, 1:34 pm |
| Alexandre Cloutier <cloutier.alex@cgocable.ca> wrote:
> openssl req -new -key -out www.mydomain.net.csr
Hummm... you said '-key', but didn't specified the key. Maybe you
should tell him which key you want to use?
Davide
--
| Sorry. I forget what I was going to say.
|
|
|
| |
| Alexandre Cloutier 2004-04-28, 4:33 pm |
| Let's create a test key!
openssl genrsa -des3 1024 -out testcert.key
pass will be : testcert
openssl req -new -key testcert.key -out testcert.csr
returns
...........fopen...system library: no such file or directory:bss_file.c
....fopen(testcert.key, r) error:.....:BIO routines:file_ctrl:system
lib:bss_file.c:261:unable to load private key
Hummm. Am I missing a library?
Davide Bianchi wrote:
> Alexandre Cloutier <cloutier.alex@cgocable.ca> wrote:
>
>
>
> Hummm... you said '-key', but didn't specified the key. Maybe you
> should tell him which key you want to use?
>
> Davide
>
| |
| Davide Bianchi 2004-04-29, 12:34 am |
| Alexandre Cloutier <cloutier.alex@cgocable.ca> wrote:
> ..........fopen...system library: no such file or directory:bss_file.c
> ...fopen(testcert.key, r) error:.....:BIO routines:file_ctrl:system
> lib:bss_file.c:261:unable to load private key
It looks to me that your openssl installation is not exactly
optimal... maybe is worth reinstalling?
Davide
--
| It is better for civilization to be going down the drain than to be
| coming up it.
|
|
| |
| Alexandre Cloutier 2004-04-29, 10:33 am |
| Indeed,
Installed MDK 9.2 into new box, tried to do same.
No candy.
Must me something with package distrib. with MDK.
Will re-config(inst) OPENSSL from scratch. (new pack.)
Thanks
Alex
Davide Bianchi wrote:
> Alexandre Cloutier <cloutier.alex@cgocable.ca> wrote:
>
>
>
> It looks to me that your openssl installation is not exactly
> optimal... maybe is worth reinstalling?
>
> Davide
>
|
|
|
|