Re: Help with issuing self signed certificates
- From: Asi <asi.lev@xxxxxxxxx>
- Date: Wed, 10 Dec 2008 09:10:37 -0800 (PST)
On 10 דצמבר, 18:27, Doug McIntyre <mer...@xxxxxxxxx> wrote:
Asi <asi....@xxxxxxxxx> writes:
I try to understand something about self signed certificates.
I generate a RSA key using openSSL.
Than I sign the key using the command:
openssl req -new -x509 -nodes -sha -days 365 -key key.pem -out
keyca.pem
my questions please:
1. does the new keyca.pem replaces the original key.pem file in my TLS
Server configuration Or do I need to configure both?
2. How do I make the clients trust my CA? I understand I need to
install the CA's public key for that. How do I create / find it from
openSSL?
This is a test setup, and I have full control on server AND clients
configurations.
You need a bit more setup to utilize this.
OpenSSL comes with a simplistic script CA.sh (there's also a perl
version that exactly the same) that does much of what is needed.
You also need a CA certificate, and a few files here and there for the
simplistic script. Its probably easiest to just to find and run the
script and follow along what it is doing.
As to some of the other points..
A certificate is tied to a key. They go together. A certificate is not
standalone, it requires both parts.
You make your clients trust your CA, by loading the CA's public cert
onto each client's keychain, with whatever method each of your various
platforms may require to do that.
The CA.sh script will create a CA cert/key as well as any server cert/key
that you request.
Ok, I've managed to create both key and certificate.
If both should be configured on the server, what goes to the client?
Also the certificate, or should I extract the public key out of it
somehow..?
.
- Follow-Ups:
- Re: Help with issuing self signed certificates
- From: David Woolley
- Re: Help with issuing self signed certificates
- References:
- Help with issuing self signed certificates
- From: Asi
- Re: Help with issuing self signed certificates
- From: Doug McIntyre
- Help with issuing self signed certificates
- Prev by Date: Re: Help with issuing self signed certificates
- Next by Date: Re: Help with issuing self signed certificates
- Previous by thread: Re: Help with issuing self signed certificates
- Next by thread: Re: Help with issuing self signed certificates
- Index(es):
Relevant Pages
|