BEA Weblogic 6.0 - Generate CSR

A Certificate Signing Request (CSR) is required when applying for an SSL certificate. This CSR (and private key) can be generated on your webserver. To request a wildcard certificate, fill in an * (asterisk) for the subdomain, for example *.sslcertificaten.nl (instead of www.sslcertificates.nl).

  1. Go to https://hostname:port/Certificate to start the Certificate Request Generator servlet. The .war file needed by the servlet is saved in the folder /wlserver6.0/config/mydomain/applications and is automatically installed when installing the server.
  2. Enter the requested organization details for the certificate request.
  3. Click on the button Generate Request. A keypair and a CSR will be added. The CSR will be saved as a .pem file.

To order a certificate, copy the entire contents of the generated CSR, including the first and last line and all dashes.

Order certficate

SSLCheck

Our SSLCheck will examine your website's root and intermediate certificates for correctness and report any potential issues

point up