Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before the CA can issue you the certificate, you should generate private key and the certificate request and send it to the CA for signing. For the instructions below to work, the certificate request and the private key should be generated with the openssl command, the same way as for Apache web server. If you decide to buy the certificate from GoDaddy - very popular hosting provider, which also issues the certificate - generate the private key and certificate request according to http://support.godaddy.com/help/article/5269/generating-a-certificate-signing-request-csr-apache-2x.

Info

While generating the private key and certificate request In Windows, you should replace the openssl command with the full path to binary, for example, C:\OpenSSLOpenssl\bin\openssl.

Importing Certificate into the Trust-Store

...

To enable a certificate, you need to use the Java keytool - a key and certificate management utility. The keytool stores the keys and certificates in a so-called keystore.

Windows

It is assumed that you have both the private key file and certificate file in the PEM format and OpenSSL tool for Windows is installed into. It is also assumed that the private key file is called wildcard.r1soft.com.keyand key and the certificate file is called called wildcard.r1soft.com.key and both are on disk C, in the root directory.

Info

You can download OpenSSL for Windows installation package from http://gnuwin32.sourceforge.net/packages/openssl.htm.

...

Windows:

Given user name uName, the "user.home" property value defaults to:
{code}

C:\Winnt\Profiles\uName on multi-user Windows NT systems

C:\Windows\Profiles\uName on multi-user Windows 95 systems

C:\Windows on single-user Windows 95 systems

{code}

{excerpt}

Read more about Java keytool for Windows:
http://java.sun.com/javase/6/docs/technotes/tools/windows/keytool.html
{excerpt:hidden=true}

Linux:

The keystore is by default stored in a file named .keystore in the user's home directory, as determined by the "user.home" system property. If you do not specify a -keystore option, the default keystore is a file named .keystore in your home directory.
{excerpt}

Read more about Java keytool for Linux:
http://download.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html.
Configuring Backup Manager for SSL Communication

See Configure Web Server Options.
{excerpt:hidden=true}

Instructions on how to install a certificate signed by an authority.
{excerpt}

 


Need more help? Search the Idera Customer Support Portal

...