mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 02:28:48 -04:00
Add --insecure to config fetch-measurement (#1879)
* cli: add --insecure to fetch-measurements * cli: rename fake to stub * ci: upload measurements for debug images * fix cli docs
This commit is contained in:
parent
f7f11c32f8
commit
7c07e3be18
11 changed files with 85 additions and 77 deletions
|
@ -108,6 +108,7 @@ constellation config fetch-measurements [flags]
|
|||
|
||||
```
|
||||
-h, --help help for fetch-measurements
|
||||
--insecure skip the measurement signature verification
|
||||
-s, --signature-url string alternative URL to fetch measurements' signature from
|
||||
-u, --url string alternative URL to fetch measurements from
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue