Re: how to create a signed cert using openssl



Serge Dubrouski wrote:
Or use this:

http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts

Thanks, Serge - Anne, this one works well. I've been using it at work for a year.

mark

On 7/21/07, BERES Laszlo <beres.laszlo@xxxxxxxxxxxx> wrote:
Anne Ýrta:

> Does anyone know how to create a signed certificate using openssl (and an
> already generated .csr request from a generic web application)?

There's a great Makefile in openssl package on RHEL. Just go into
/usr/share/ssl/certs dir and run make:

This makefile allows you to create:
o public/private key pairs
o SSL certificate signing requests (CSRs)
o self-signed SSL test certificates

To create a key pair, run "make SOMETHING.key".
To create a CSR, run "make SOMETHING.csr".
To create a test certificate, run "make SOMETHING.crt".
To create a key and a test certificate in one file, run "make
SOMETHING.pem".

To create a key for use with Apache, run "make genkey".
To create a CSR for use with Apache, run "make certreq".
To create a test certificate for use with Apache, run "make testcert".

Examples:
make server.key
make server.csr
make server.crt
make stunnel.pem
make genkey
make certreq
make testcert


--
B?RES Lßszl¾ RHCE, RHCX
senior IT engineer, trainer

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: how to create a signed cert using openssl
    ... public/private key pairs ... SSL certificate signing requests (CSRs) ... To create a CSR, run "make SOMETHING.csr". ... To create a test certificate, ...
    (RedHat)
  • E2k7 Zertifikate (CSR mit openSSL signieren)
    ... Auf diesem habe ich eine RootCA und eine ServerCA etabliert. ... Mit New-ExchangeCertificate erzeuge ich jetzt ein Zertifikatsrequest (CSR) und stelle diesen der openSSL Server CA zum signieren bereit. ... certificate = $dir/ServerCA.cert.pem ...
    (microsoft.public.de.exchange)
  • Strange SSL problems
    ... I recently generated a CSR for a customer. ... I could view the certificate and it looked good from within IIS. ... The screen said that there was a private key present. ... I can always generate the CSR and install the certificate on another system ...
    (microsoft.public.inetserver.iis.security)
  • SBS2003, Mobile 5 and multiple certificates
    ... Microsoft 2003 SBS environment which runs IIS 6.0. ... appears to be part of the default website within IIS. ... In order to deploy Mobile 5 I wanted to use a 3rd party certificate ... Both the default site and CSR are using port 443 - when I restart ...
    (microsoft.public.windows.server.sbs)
  • Possible SSL Cert problem...?
    ... I just submitted a CSR to be signed by Soltrus ... Department told us to put a hold on submitting it. ... look at the client's properties in IIS, so I took a look at "Directory ... Security> Server Certificate". ...
    (microsoft.public.inetserver.iis.security)