Versions Compared

Key

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

...

For a given server the second step includes to create a private key and certificate request Certificate Signing Request (CSR). The resulting server certificate will be signed. 

...

  • The following files will be created for the given server:
    • <SERVER>.key: the private keyPrivate Key
    • <SERVER>.csr: the Certificate Signing Request
    • <SERVER>.crt: the Server Certificate
  • For operation with JS7 JOC Cockpit, Controller and Agents users can add
    • the Private Key and Server Certificate to a keystore.
    • the Root CA Certificate to a truststore.
  • For details see JS7 - How to add SSL TLS Certificates to Keystore and Truststore

In order to run the script successfully the following openssl-cert.config file has to be present. To create a server certificate the CommonName attribute has to be adjusted.

...