- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp apache ssl on hpux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 10:01 AM
11-09-2005 10:01 AM
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
Solved! Go to Solution.
- Tags:
- certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 07:06 AM
12-30-2005 07:06 AM
Re: hp apache ssl on hpux
Does anyone got a chance to see this ?
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 07:10 AM
12-30-2005 07:10 AM
Re: hp apache ssl on hpux
You can check this link,this maybe useful
http://www.hp.com/products1/unix/webservers/apache/faqs/
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 07:41 AM
12-30-2005 07:41 AM
SolutionThe "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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:48 PM
01-01-2006 09:48 PM
Re: hp apache ssl on hpux
pls refer the following link.
http://www.modssl.org/docs/2.8/ssl_reference.html#ToC11
thanks
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:59 PM
01-01-2006 09:59 PM
Re: hp apache ssl on hpux
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Configuring CA,
http://sial.org/howto/openssl/ca/
-Arun