docs: remove discarded verify feature

This commit is contained in:
Thomas Tendyck 2022-09-07 16:30:28 +02:00 committed by Thomas Tendyck
parent 6aec009aaf
commit e3c5a5ab78
2 changed files with 0 additions and 20 deletions

View File

@ -16,16 +16,6 @@ This command performs the following steps:
3. Verify the signature.
4. Write measurements into configuration file.
### Custom arguments
To comply with regulations and policies it may be necessary that you need to generate the measurements yourself. You can either manually write these measurements to the configuration file or download them from a custom location using this command:
```bash
constellation config fetch-measurements -u http://my.storage/measurements.yaml -s http://my.storage/measurements.yaml.sig -p "$(cat cosign.pub)"
```
For more details consult the [CLI reference](../reference/cli.md).
## The *verify* command
Once measurements are configured, this command verifies an attestation statement issued by a Constellation, thereby verifying the integrity and confidentiality of the whole cluster.

View File

@ -16,16 +16,6 @@ This command performs the following steps:
3. Verify the signature.
4. Write measurements into configuration file.
### Custom arguments
To comply with regulations and policies it may be necessary that you need to generate the measurements yourself. You can either manually write these measurements to the configuration file or download them from a custom location using this command:
```bash
constellation config fetch-measurements -u http://my.storage/measurements.yaml -s http://my.storage/measurements.yaml.sig -p "$(cat cosign.pub)"
```
For more details consult the [CLI reference](../reference/cli.md).
## The *verify* command
Once measurements are configured, this command verifies an attestation statement issued by a Constellation, thereby verifying the integrity and confidentiality of the whole cluster.