Weblogic 8.1

Generate CSR - Weblogic 8.1

To Generate a Certificate Signing Request (CSR) perform the following steps:

Step 1: Generate a Keystore and Private Key

  1. Create a certificate keystore and private key by executing the following keytool command: 
    Note: The keytool utility is located in your JDK’s “\bin” directory

C:\bea\jdk\bin\keytool -genkey -alias -keyalg RSA -keystore

  1. Specify a password. The default value will be "changeit".

Step 2: Generate a CSR

  1. The CSR is then created using the following command:

C:\bea\jdk\bin\keytool -certreq -keyalg RSA -alias -file certreq.csr -keystore

Note: When generating a CSR, enter the domain of your website (i.e. www.mysite.com) in the "first- and lastname" field.

  1. To copy and paste the file certreq.csr into the enrollment form, open the file in a text editor that does not add extra characters (Notepad is recommended).

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Apache

Generate CSR - Apache To generate a Certificate Signing Request (CSR), perform the following...

IIS 4

Generate CSR - Internet Information Services 4 To generate a Certificate Signing Request (CSR),...

IIS 5

Generate CSR - Internet Information Services 5 To generate a Certificate Signing Request (CSR),...

IIS6

Generate CSR - Internet Information Services 6 To generate a Certificate Signing Request (CSR),...

c2Net Stronghold

Generate CSR - c2Net Stronghold To generate a Certificate Signing Request (CSR), perform the...