我们的服务遍布中国

我们的服务遍布中国
乃至世界

光网所服务的品牌地域与城市
北京 天津 上海 广州 深圳 香港 厦门 江苏 浙江 山东
重庆 长沙 武汉 成都 西安 宁夏 丽江 青海 云南 乌鲁木齐
黑龙江 内蒙古 河北 ...
光网服务与合作的全球各地
美国 加拿大 德国 法国 英国 瑞士 意大利 荷兰
印度 日本 韩国 ...

不论你的品牌在何处
我们都可以提供完善的服务与帮助

致电

0512-56969630
您所在的位置:首页 > SSL证书

SSL证书安装指南 - BEA Weblogic 5.1

发布时间:2016/3/1 15:47:05 浏览:51打印字号:

To install a certificate on BEA Weblogic 5.1 follow the instructions below:

Fetch your certificate and the intermediate CA

1. You will receive an email when your certificate is issued. 
2. Copy and Paste your Certificate (First certificate) to Notepad and save as a cert.pem 
Copy and Paste the intermediate CA (second certificate) to Notepad and save as a intermediate.pem

Copy the Cert.pem and Intermediate.pem in to the Weblogic Server Root Directory.

Update WebLogic properties file:

1. Open the "weblogic.properties" file in a text editor. This file is located in the server's root directory

2. Edit the following directives contained within the "weblogic.properies" file, under Server certificates for SSL:

weblogic.system.SSLListenPort=443 

weblogic.security.ssl.enable=true

weblogic.security.certificate.server= cert.pem

weblogic.security.key.server=domainname-key.der

weblogic.security.certificate.authority=i ntermediate .pem

3. Start, or restart, your WebLogic Server.

Note: The padlock icon on your browser will be displayed in the locked position if your certificates are installed correctly and the server is properly configured for SSL.