Verifying the kbs directory tree structure

You must verify the structure of the kbs directory before proceeding with the deployment.

  1. Verify the structure of the kbs directory by running the following command:
    $ tree ~/kbs
    Example output
    ├── data
    │   ├── attestation-service
    │   │   └── opa
    │   │       └── default.rego
    │   ├── hdr
    │   │   └── hdr.bin
    │   ├── hkds
    │   │   └── HKD.crt
    │   ├── kbs-storage
    │   │   └── key
    │   ├── policy.rego
    │   └── rsa
    │       ├── encrypt_key.pem
    │       ├── encrypt_key-psw.pem
    │       └── encrypt_key.pub
    ├── kbs-config.toml
    ├── kbs.key
    └── kbs.pem
    └── localhost.key
    └── localhost.crt
    └── cosign.pub
    └── osc