Versions Compared

Key

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

...

NameDescription
keystore.jksKeystore with certificate chain. Protected by random generated password.
keystore.passFile with password to keystore. Password should be min. 16 chars long and should contain only alphanumeric characters and special characters like Underscore (_), Dollar ($) and Pound (#).
truststore.jksTruststore with all trusted certificates. Protected by random generated password.
truststore.passFile with password to truststore. Password should be min. 16 chars long and should contain only alphanumeric characters and special characters like Underscore (_), Dollar ($) and Pound (#). 


In case of error CertService's client returns other exit codes (errorCode != 0). 

...