My Quotes
When U were born , you cried and the world rejoiced
Live U'r life in such a way that when you go
THE WORLD SHOULD CRY
Powered by Find-IP.net
Thursday, April 19, 2012
Create SSL cert in Websphere 7
Click on the Serveres --> Server Types --> Web Servers--> <<your web server name>>
Get the *Conf File Name
Edit this file and add the following at the end of the file
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
<IfModule mod_ibm_ssl.c>
Listen *:8080 (This is the port number that is opened for SSL. Check with your sys admin)
<VirtualHost *:8080>
SSLEnable
SSLClientAuth None
DocumentRoot "/app/IHSv7/htdocs"
ServerName localhost:8080
ServerAdmin root@localhost
ErrorLog /apps/WasApps/<<myapp>>/logs/ssl_error.log
TransferLog /apps/WasApps/<<myapp>>/logs/ssl_access.log
KeyFile "/apps/WasApps/<<myapp>>/<<myappCerts>>/myapp_key.kdb"
<Directory /app/IHSv7/htdocs/en_US>
SSLVersion SSLV3
</Directory>
SSLClientAuth 0
SSLCipherSpec 3A
SSLCipherSpec 35b
SSLCipherSpec 2F
</VirtualHost>
</IfModule>
Subscribe to:
Post Comments
(
Atom
)
No comments :