Re: sslstream and certificates
From: Jakob Nielsen (a_at_b.c)
Date: 05/26/05
- Next message: Dominick Baier [DevelopMentor]: "Re: sslstream and certificates"
- Previous message: Sathyaish: "Which registry key stores profiles of local machine users"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 May 2005 18:39:54 +0200
> You need to install the private key into the CAPI keystore. If you have a
> p12 or pfx file with the certificate and private key, you can use that to
> import them into the key store.
I have a *.crt file and one called *.key
The keyfile starts with
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,48DCE18A11B80350
and the crt starts with
-----BEGIN CERTIFICATE-----
Perhaps someone can tell me if those are usable and how to import them. I
can install the crt file, but I can not specify the private key and it
doesnt seem to load it automatically simply because there is a key file at
same location.
> Windows doesn't let you read private keys directly off the file system
> like that. It wants to use the CAPI store. When you specify a
> certificate to use, it simply uses that as a key to look up that
> certificate in the CAPI store and find the associated private key.
Ok, that was my first mistake. I thought that by giving a filename, the
certificate would be loaded from there..
If the certificates, that I have, are invalid for my purpose then how can I
easily get a usable certificate?
Thanks for your response. Have been fighting with this for a while now :-/
- Next message: Dominick Baier [DevelopMentor]: "Re: sslstream and certificates"
- Previous message: Sathyaish: "Which registry key stores profiles of local machine users"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: sslstream and certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|