Skip to content

Commit

Permalink
README: use hello-key.hvt all over the place, also provide a link for…
Browse files Browse the repository at this point in the history
… downloading it
  • Loading branch information
hannesm committed Jul 1, 2024
1 parent 2a1c3d8 commit 107c235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ albatross-client sign cacert.pem db ca.key user.req
| _certificate signing request_ | | | | user.req | |

5. **client:** the client wants to create an unikernel, it has to wrap the request in a
certificate signing request which will be submitted to the intermediate CA.
certificate signing request which will be submitted to the intermediate CA. Note: you can [download hello-key.hvt](https://builds.robur.coop/job/hello/build/latest/f/bin/hello-key.hvt).

```
albatross-client create hello hello-key.hvt --csr [--arg='--hello=albatross-hi'] [--cpu=1]
Expand Down Expand Up @@ -179,7 +179,7 @@ to retain the signing request and certificate, and the user keys are on the
local machine.

```
albatross-client create hello hello.hvt --ca=user.pem --ca-key=user.pem --server-ca=cacert.pem --destination <REMOTE_IP:PORT> [--arg='--hello=albatross-hi'] [--cpu=1]
albatross-client create hello hello-key.hvt --ca=user.pem --ca-key=user.pem --server-ca=cacert.pem --destination <REMOTE_IP:PORT> [--arg='--hello=albatross-hi'] [--cpu=1]
```

## Installation
Expand Down

0 comments on commit 107c235

Please sign in to comment.