Link . Contact Us . English
 


Generating a Certificate Signing Request (CSR) using
 Java Based Web Servers

如何產生CSR

Use the keytool command to create the key file:
keytool -genkey -keyalg RSA -keystore domain.key -validity 360 (NOTE validity may vary)

The following questions will be asked if not known:
Enter keystore password: (NOTE remember this for later use)
What is your first and last name? - This is the Common Name (Domain Name)
What is the name of your organizational unit?
What is the name of your organization?
What is the name of your City or Locality?
What is the name of your State or Province?
What is the two-letter country code for this unit?


You will then be asked if the information is correct:
Is CN=www.yourdomain.com, OU=Your Oganizational Unit, O=Your Organization, L=Your City, ST=Your State, C=Your Country correct?

When you answer 'y' or 'yes' the password is then requested:
Enter key password for <mykey>
NOTE: Make a note of this password
<mykey> is the default alias for the certificate

Use the keytool command to create the CSR file:
keytool -certreq -keyalg RSA -file domain.csr -keystore domain.key

You will be prompted to enter the password.
Enter keystore password:

If the password is correct then the CSR is created.
If the password is incorrect then a password error is displayed.
You will need the text from this CSR when requesting a certificate.


產生完CSR後

將產生完成的CSR檔複製並備份,在之後線上申請的流程將會使用到。

GlobalTrust SSL介紹
我要購買GlobalTrust憑證
優點說明
支援的產品種類
GlobalTrust 標章 (Seal)
如何安裝寰宇數位憑證標章
CSR線上測試
申請流程說明
下載申請同意書
申請免費30天憑證
各價憑證比較表
SSL產品比較表
國內各家產品比較表
價格比較
技術比較
強制型SSL產品比較表
Thawte SSL介紹
購買Thawte SSL憑證
下載申請同意書
GEOTrust SSL介紹
購買Geo SSL憑證
下載申請同意書

GlobalTrust SSL介紹
最新消息/活動訊息
優惠方案
經銷商洽詢
標章更新說明
免費更新下載
更新瀏覽器
如何將瀏覽器升級至128加密

Design By Foxstreet