Versions Compared

Key

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

Table of Contents
typeflat

...

Requirements

The script needs to be executed in a linux shell (bash, git, etc), just check that the "shebang" line ('#!/.....' ) matches your system.

In order to be able to execute the script, please ensure that the following software is installed in your system:

  • jq
  • openssl
  • xxd
  • base64

...

Executing scripts

For generating the asymmetric key

 The sample script (a.1.- Generation of (ES256) asymmetric keys) can be executed as follow:

...

Key are then created inside the indicated output folder:

For generating the authentication token

The sample script (a.3.- Sample authentication script (using JWT private key) ) can be executed as follow: 

Code Block
 sh ./key_validate.sh das-ib-api-id1 {path_to_private_pem_key}/private_es256_key_name.pem





...

Windows / OSX

As there are some differences between the previously mentioned soft needed for the proper execution of the scripts, it might be better to execute it via docker.

...