1826095 Members
4595 Online
109690 Solutions
New Discussion

hp apache ssl on hpux

 
SOLVED
Go to solution
Shivkumar
Super Advisor

hp apache ssl on hpux

Dear Sirs,

We want to generate CSR using ./mkcert.sh utility of HP Apache on hpux.

I just wanted to know what are the different files present in the default directory ( i am seeing bunch of files ) as below:

/opt/apache/bigguy/ssl.crt

ca-rsa.crt
ca.crt
ca.csr
server.crt
server.csr

/opt/apache/bigguy/ssl.key

ca-rsa.key
ca.key
server.key


What are these various files. Appreciate if someone explains all the above mentioned files ?

How to configure once we receive the certificate ?

Thanks,
Shiv
5 REPLIES 5
Shivkumar
Super Advisor

Re: hp apache ssl on hpux

Dear Sirs,

Does anyone got a chance to see this ?

Thanks,
Shiv
HGN
Honored Contributor

Re: hp apache ssl on hpux

Hi

You can check this link,this maybe useful

http://www.hp.com/products1/unix/webservers/apache/faqs/

Rgds

HGN
Sameer_Nirmal
Honored Contributor
Solution

Re: hp apache ssl on hpux

Hi,

The "ca.crt" files are certificate files given by a Certifying Authority (CA).

The "ca-rsa.key" files are RSA private key file is a digital file that you can use to decrypt messages sent to you. This file is given by CA.

The csr file is a Certificate Signing Request (CSR). It is a digital file which contains your public key and your name. You send the CSR to a Certifying Authority (CA), who will convert it into a real Certificate, by signing it.

You can get more details at
http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html

The bottom line, these file are a part of Business on Internet.
Tvs
Regular Advisor

Re: hp apache ssl on hpux

Hi shiv.

pls refer the following link.

http://www.modssl.org/docs/2.8/ssl_reference.html#ToC11


thanks

tvs
Arunvijai_4
Honored Contributor

Re: hp apache ssl on hpux

Hi Shiv, You can set your own Certification Authority (CA) for your local servers and websites. Use OpenSSL from HP,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Configuring CA,

http://sial.org/howto/openssl/ca/

-Arun


"A ship in the harbor is safe, but that is not what ships are built for"