Versions Compared

Key

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

...

As the successful result of running CertService's client (exitCode = 0) following artifacts are created:

Other exitCodes:


NameDescription
keystore.jksKeystore with certificate chain. Protected by random generated password.
keystore.passFile with password to keystore
truststore.jksTruststore with all trusted certificates. Protected by random generated password.
truststore.passFile with password to truststore


In case of error CertService's client returns other exit codes (errorCode != 0). (warning) File interface (names, passwords) should be defined (warning)

Usage

Docker

Run CertService's client as docker via following command: (warning) TBA (warning)

...