Verifying the kbs directory tree structure
You must verify the structure of the kbs directory
before proceeding with the deployment.
- Verify the structure of the
kbsdirectory by running the following command:
Example output$ tree ~/kbs├── 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