Generate a Certificate Signing Request (CSR) on Weblogic BEA
- Start the Certificate Request Generator servlet. The .war file for the servlet is located in the
\wlserver6.0\config\mydomain\applications directory. The .war file is automatically installed when you start your WebLogic Server.
- In a Web browser, enter the URL for the Certificate Request Generator servlet as follows:
https://hostname:port/Certificate
- The components of this URL are defined as follows:
- hostname: The DNS name of the machine running WebLogic Server
- port: The number of the port at which WebLogic Server listens for SSL connections. The default is 7002.
- The Certificate Request Generator servlet loads a form in your web browser.
- Complete the form displayed in your browser.
- Click the Generate Request button.
- You have just created a key pair and a CSR.
- To copy and paste the information into the enrollment form, open the file in a text editor. Be sure to include the following:
- -----BEGIN CERTIFICATE REQUEST-----
- -----END CERTIFICATE REQUEST-----