From ed4c23ebdea3313d77b8919fd2e7e17fe725b974 Mon Sep 17 00:00:00 2001 From: daniel-weisse Date: Tue, 10 Dec 2024 07:57:17 +0000 Subject: [PATCH] CLI reference was updated by edgelesssys/marblerun@62bacead --- docs/docs/reference/cli.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/reference/cli.md b/docs/docs/reference/cli.md index c4926bb7..2b6a3835 100644 --- a/docs/docs/reference/cli.md +++ b/docs/docs/reference/cli.md @@ -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 @@ -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 @@ -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