Versions Compared

Key

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

...

Note
Using a self-signed certificate only works with both IDERA Dashboard and SQL Inventory Manager installed on a local machine.

To Create a new self-signed certificate follow the instructions bellow.

Before you begin:

You need an up to date copy of KeyStore Explorer available at http://keystore-explorer.sourceforge.net/

  1. On KeyStore Open the keystore file  located at <install path>\IDERA\Dashboard\WebApplication\conf
  2. Use "password" when asked for a password.
  3. The KeyStore Explorer window lists all existing certificates.
  4. Click Generate Key Pair to create a new key pair.
  5. On the Generate Key Pair dialog choose RSA and click OK.

...

Open a PowerShell window and run the command below.

Code Block
languagepowershell
New-SelfSignedCertificate -DnsName "<host-name>" -CertStoreLocation "cert:\LocalMachine\My"

...

Open CMD as Administrator and run the command below.

...

languagepowershell

...

For information on how to create a self signed certificate refer to Resolving+the+certificate+error+message

Adding a self signed Certificate

To add a self signed certificate refer to

...


Using a CA issue certificate

...