Skip to content

Commit

Permalink
User verify command to get certificate
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Jan 30, 2024
1 parent 1cc46f1 commit 9a22386
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,6 @@ Confidential emojivoto is build as a confidential computing application:
export MARBLERUN=localhost:4433
```
1. Verify the Quote and get the Coordinator's Root-Certificate
* If you're running minikube on a machine that support SGX1+FLC
```bash
marblerun certificate root $MARBLERUN -o marblerun.crt
```
* Otherwise
```bash
marblerun certificate root $MARBLERUN -o marblerun.crt --insecure
```
1. (Optional) Create a user key and certificate
To verify that your deployment has not been altered, the Manifest is usually set in stone after it was set to ensure no one can alter with your cluster.
Expand Down Expand Up @@ -215,6 +202,19 @@ Confidential emojivoto is build as a confidential computing application:
marblerun manifest set tools/manifest.json $MARBLERUN --insecure --recoverydata recovery.json
```
1. Verify the Quote and get the Coordinator's Root-Certificate
* If you're running minikube on a machine that support SGX1+FLC
```bash
marblerun manifest verify tools/manifest.json $MARBLERUN --coordinator-cert marblerun.crt
```
* Otherwise
```bash
marblerun manifest verify tools/manifest.json $MARBLERUN --coordinator-cert marblerun.crt --insecure
```
1. Deploy emojivoto using [helm](https://helm.sh/docs/intro/install/)
* If you're running minikube on an Azure VM that supports SGX1+FLC
Expand Down

0 comments on commit 9a22386

Please sign in to comment.