How to generate a self-signed certificate

If you need an HTTPS address against a different hostname, but lack your own certificates, SquaredUp DS can automatically create self-signed certificates for you. For more information about SSL/TLS and HTTPS see How to configure TLS/SSL (HTTPS).

The certificates generated are for staging and pre-production use only. The certificate expiry dates are fixed to be 1 year in the future and no further.

You will need to connect to your SquaredUp server (How to connect to your SquaredUp server).

  1. On the SquaredUp server open a command prompt as an administrator (from Start > Run type command prompt, right-click on the Command Prompt icon and click Run as administrator).
  2. Go to your SquaredUp DS folder with the cd command.

  3. Run the SquaredUp command with https
    squaredup https --hostname myserver.staging.company.com
    Where hostname is replaced with a hostname.

    This tool only accepts hostnames. Specifying an IP address will produce incorrect results
  4. After a few seconds a certificate will be generated and installed, with the web server bindings updated to match:

    Your server will now be available with an HTTPS:// binding at the hostname specified.

Security statement

The self-signed certificates generated by this tool use a dedicated, unique certificate authority which is added to the trusted root.

The private key for this authority is generated dynamically at runtime (it is not fixed): SquaredUp DS does not ever hold or see the private key used. In addition, the private key is ephemeral: it is immediately discarded after the certificate is installed and cannot ever be used again.

This root authority cannot be used to generate any further certificates, and it cannot be used for arbitrary certificate abuse due to its fixed key usage (Digital Signature, Certificate Signing, Off-line CRL Signing, CRL Signing)

Was this article helpful?


Have more questions or facing an issue?