请稍候...
  • 通配符证书Wildcard SSL,部署全网HTTPS必备
  • 为什么使用企业型SSL证书?
  • 增强型证书EV SSL,完美支持地址栏显示中文企业名称
  • HTTPS今天你用了吗?
  • 多域名SANS/UCC SSL证书,全面支持Exchange Server 2..
  • 选择SSL证书产品遇到问题?

WebLogic Servers 8 & 9 -CSR文件生成

点击数:131002014-11-25 11:44:21 来源: 中国数字证书CHINASSL

Create a Keystore File

  1. Using keytool, enter the following:

    keytool -genkey -alias server -keyalg RSA -keystore your_domain.jks -keysize 2048

    'your_domain' in the command above should be the name of the domain you are securing. If you are ordering a Wildcard Certificate, do not include the * in the filename as it is not a valid filename character.

  2. You will be prompted to enter the information for your certificate.

    Please note: When prompted for the first and last name, DO NOT enter your first and last name. Instead, enter the name to which the certificate is being issued (e.g., www.yourdomain.com, mail.yourdomain.com, *.yourdomain.com).

  3. When prompted, enter 'y' or 'yes' to confirm. You will next be asked for a password. You will need to use this same password when generating a CSR and importing your certificates.

Generate a CSR from Your New Keystore

  1. Use keytool to create a Certificate Signing Request from your keystore:

    keytool -certreq -alias server -keyalg RSA -file your_domain.csr -keystore your_domain.jks

    Again, 'your_domain' is the name of the domain you are securing. (without the * character if you are ordering a Wildcard Certificate).

  2. Enter the keystore password.

  3. Your CSR file should now have been created. Open the your_domain.csr file with a text editor and copy and paste the entire body of that file (including the BEGIN and END tags) into the online order form.

  4. After you receive your SSL Certificate from CHINASSL, you can install it.

    See SSL Certificate Installation - WebLogic Servers 8 & 9.

上一页1下一页