Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update cli reference #774

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,9 @@ Set or retrieve a secret defined in the manifest.
### Options

```
-c, --cert string PEM encoded MarbleRun user certificate file
-c, --cert string PEM encoded admin certificate file
-h, --help help for secret
-k, --key string PEM encoded MarbleRun user key file
-k, --key string PEM encoded admin key file
--pkcs11-cert-id string ID of the certificate in the PKCS#11 token
--pkcs11-cert-label string Label of the certificate in the PKCS#11 token
--pkcs11-config string Path to a PKCS#11 configuration file to load the client certificate with
Expand Down Expand Up @@ -815,11 +815,11 @@ marblerun secret set certificate.pem $MARBLERUN -c admin.crt -k admin.key --from
```
--accepted-advisories strings Comma-separated list of user accepted Intel Security Advisories for SWHardeningNeeded TCB status. If empty, all advisories are accepted
--accepted-tcb-statuses strings Comma-separated list of user accepted TCB statuses (default [UpToDate,SWHardeningNeeded])
-c, --cert string PEM encoded MarbleRun user certificate file
-c, --cert string PEM encoded admin certificate file
--coordinator-cert string Path to MarbleRun Coordinator's root certificate to use for TLS connections (default "$HOME/.config/marblerun/coordinator-cert.pem")
--era-config string Path to a remote-attestation config file in JSON format. If none is provided, the command attempts to use './coordinator-era.json'. If that does not exist, the command will attempt to load a matching config file from the MarbleRun GitHub repository
-i, --insecure Set to skip quote verification, needed when running in simulation mode
-k, --key string PEM encoded MarbleRun user key file
-k, --key string PEM encoded admin key file
-n, --namespace string Kubernetes namespace of the MarbleRun installation (default "marblerun")
--nonce string (Optional) nonce to use for quote verification. If set, the Coordinator will generate a quote over sha256(CoordinatorCert + nonce)
--pkcs11-cert-id string ID of the certificate in the PKCS#11 token
Expand Down Expand Up @@ -864,11 +864,11 @@ marblerun secret get genericSecret symmetricKeyShared $MARBLERUN -c admin.crt -k
```
--accepted-advisories strings Comma-separated list of user accepted Intel Security Advisories for SWHardeningNeeded TCB status. If empty, all advisories are accepted
--accepted-tcb-statuses strings Comma-separated list of user accepted TCB statuses (default [UpToDate,SWHardeningNeeded])
-c, --cert string PEM encoded MarbleRun user certificate file
-c, --cert string PEM encoded admin certificate file
--coordinator-cert string Path to MarbleRun Coordinator's root certificate to use for TLS connections (default "$HOME/.config/marblerun/coordinator-cert.pem")
--era-config string Path to a remote-attestation config file in JSON format. If none is provided, the command attempts to use './coordinator-era.json'. If that does not exist, the command will attempt to load a matching config file from the MarbleRun GitHub repository
-i, --insecure Set to skip quote verification, needed when running in simulation mode
-k, --key string PEM encoded MarbleRun user key file
-k, --key string PEM encoded admin key file
-n, --namespace string Kubernetes namespace of the MarbleRun installation (default "marblerun")
--nonce string (Optional) nonce to use for quote verification. If set, the Coordinator will generate a quote over sha256(CoordinatorCert + nonce)
--pkcs11-cert-id string ID of the certificate in the PKCS#11 token
Expand Down