Versions Compared

Key

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

...

When securing a web server eg. Tomcat we need to configure it to use a Key-Certificate Pair from a KeyStore. This Key-Certificate Pair can be either self-signed or signed by a trusted Certificate Authority. There are many commercial services that can be used to sign that key. If the pair is self-signed then some programs (eq browsers) will provide a warning about the validity of the Certificate while some others will refuse to accept the connection without further configuration.

Downloading the Tool

TODO: UPLOAD THE PROGRAM AND LINK HERE

Create a new KeyStore containing a new self-signed Key-Certificate Pair

...