Versions Compared

Key

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

...

Adds a key pair of private key and public key/certificate that can be used to sign deployable objects
such as workflows to the current account.

JS7 supports the following key types: PGP, RSA and ECDSA.

* PGP keys use a private key and a public key.
* RSA and ECDSA use a private key and a signed certificate. The certificate can be self-signed or CA-signed. The public key is not used.

Depending on the security level that JOC Cockpit is operated for one of the following items can be added:

* public key/certificate if security level HIGH is used.
* public key/certificate and private key if security level LOW or MEDIUM are used.

The following REST Web Service API resources are used:

/profile/key/store

PARAMETERS

KeyAlgorithm

-KeyAlgorithm <String>
JS7 supports the following key algorithms: PGP, RSA and ECDSA.

...