Operating System - HP-UX
1752827 Members
3480 Online
108789 Solutions
New Discussion юеВ

Re: WebLogic SSL certificate on HPUX 11i

 
SOLVED
Go to solution
Shivkumar
Super Advisor

WebLogic SSL certificate on HPUX 11i

Dear Sirs,

We want to create and renew SSL certificate for WebLogic Server 7.1 running on HPUX 11i. We have WebLogic Clusters running on 2 machines. One cluster contains 4 managed servers and each machine hosting 2 managed servers.

Does someone has the procedural steps for this ?

Regards,
Shiv
6 REPLIES 6
Sanjay_6
Honored Contributor
Solution

Re: WebLogic SSL certificate on HPUX 11i

Hi Shiv,

Is this what you are looking for.

http://e-docs.bea.com/wls/docs90/secmanage/ssl.html#1194346

Hope this helps.

regds
Steven E. Protter
Exalted Contributor

Re: WebLogic SSL certificate on HPUX 11i

Shalom Shiv,

http://slacksite.com/apache/certificate.html

http://www.sslassistant.com/

Hope you are well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: WebLogic SSL certificate on HPUX 11i

I wrote a script.

#!/bin/sh

echo "name is: $1"


touch certindex.txt
touch index.txt
openssl req -new -x509 -keyout private/cakey.pem -out cacert.pem -days 3650 -con
fig /etc/openssl.cnf
openssl req -new -nodes -out ${1}-req.pem -keyout private/${1}-key.pem -config /
etc/openssl.cnf
openssl ca -out ${1}-cert.pem -config /etc/openssl.cnf -infiles ${1}-req.pem

certf="${1}-cert.pem"
keyf="private/${1}-key.pem"


cp $keyf /etc/httpd/conf/ssl.key/
cp $certf /etc/httpd/conf/sss.crt/


This generates everything, all you have to do after is install the thing.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: WebLogic SSL certificate on HPUX 11i

Even better,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=914890

Apologies for my stream of consciousness posting. All together, I'd say my three posts equal ONE answer.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shivkumar
Super Advisor

Re: WebLogic SSL certificate on HPUX 11i

Does someone has the procedural steps for creating SSL certificate for iPlanet Web Server 4.11 on HPUX 11i ?
Arunvijai_4
Honored Contributor

Re: WebLogic SSL certificate on HPUX 11i

Hi Shiv,

You can setup your own CA (Certificate authority) and create SSL certificates for your internal network, refer this document for creating your own CA with OpenSSL

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

-Arun

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