WebLogic configuration of the SUSE system SSL Function Reference method

Source: Internet
Author: User
Tags ssl certificate

Here's a simple way to configure the WebLogic managed encryption port:
WebLogic Configuring the SSL feature reference method
WebLogic SSL Configuration Preparation
Note: If the branch does not obtain the JKs file required for SSL configuration, you will need to manually generate the local self-signed SSL certificate
1) Generate Identity.jks KeyStore
[Email protected]:~/domains/mcpinterf_domain> keytool-genkey-alias picckey-keyalg rsa-keysize 1024-keypass 111111 -keystore Identity.jks-storepass 111111-validity 3650
What is your first and last name?
unknown:30.1.32.108 note (native address)
What is the name of your organizational unit?

What is your organization's name?

What is the name of your city or region?

What is the name of your state/province?

What is the two-letter country/region code for this unit?

cn=30.1.32.108, OU=PICC, O=PICC, l=beijing, st=beijing, c=cn correct?

2) Generate self-signed public key certificate
[Email protected]:~/domains/mcpinterf_domain> keytool-export-alias picckey-file Root.cer-keystore Identity.jks
Enter KeyStore Password: #这里输入密码111111
Certificates that are stored in file <root.cer>
3) Generate Trust.jks KeyStore
[Email protected]:~/domains/mcpinterf_domain> keytool-import-alias picckey-trustcacerts-file Root.cer-keystore Trust.jks
Enter KeyStore Password: #这里输入密码111111
Enter the new password again: #这里输入密码111111
Owner: cn=30.1.32.108, OU=PICC, O=PICC, l=beijing, st=beijing, C=CN
Posted by: cn=30.1.32.108, OU=PICC, O=PICC, l=beijing, st=beijing, C=CN
Serial Number: 123fd22c
Validity start Date: Fri 10:34:11 CST 2016, due date: Mon Jul 10:34:11 CST 2026
Certificate thumbprint:
Md5:d3:ab:9e:82:75:c5:bd:8b:61:86:78:3d:2e:5c:b9:14
sha1:b2:0a:20:68:85:60:29:5d:d0:cd:6c:cf:6d:3d:e7:32:e7:da:97:8e
sha256:c3:ba:43:cc:55:3d:f2:9b:92:6a:e5:91:23:09:15:9b:39:e4:72:aa:20:76:cc:c1:c3:ac:29:fc:f0:22:18:7a
Signature Algorithm Name: Sha256withrsa
Version: 3

Extended:

#1: objectid:2.5.29.14 criticality=false
Subjectkeyidentifier [
KeyIdentifier [
0000:d1 5E 1E E5 9D, 0E, 0E, 3C, ^ .... 4$. E ... "<
0010:f7 E2 7D. `.
]
]

Do you trust this certificate? No: Y
The certificate has been added to the KeyStore
2.9.4. WebLogic Configuring SSL Features
Enter Http://30.1.32.108:7001/console in the browser to access the WebLogic console. Under Environment-server-managedserver7002-configuration-like information, turn on SSL and set the SSL port to 8888. Such as:

2.9.5. Configure KeyStore
Select the environment-server-managedserver7002-configuration-KeyStore (keystores) tab to fill in the appropriate configuration information sequentially
KeyStore: Custom identities and custom trusts
Custom Identity KeyStore: Identity.jks
Custom identity KeyStore Type: JKS
Custom identity keystore Password: 111111
Confirm your custom identity keystore password: 111111
Custom Trust KeyStore: Trust.jks
Custom Trust KeyStore Type JKS
Custom Trust KeyStore Password: 111111
Confirm Custom Trust KeyStore password 111111


2.9.6. Configuring SSL Information
Select the environment-server-managedserver7002-Configuration-ssl tab to fill in the appropriate configuration information sequentially
Private key alias: Picckey
Private Key Password: 111111
Confirm the private key password 111111
Host name Authentication select "None"


After saving all the information, click Console to activate the change restart domain
Open the browser and use Https://ip:8888/mcpinterf to show the following prompt configuration is complete

WebLogic configuration of the SUSE system SSL Function Reference method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.