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

binary version updates #34

Merged
merged 1 commit into from
Oct 30, 2021
Merged
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/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ If you don't already have a SCEP server we'll need to set one up. For this guide
```
$ mkdir scep && cd scep

$ curl -RLO https://github.com/micromdm/scep/releases/download/v2.0.0/scepserver-darwin-amd64-v2.0.0.zip
$ curl -RLO https://github.com/micromdm/scep/releases/download/v2.1.0/scepserver-darwin-amd64-v2.1.0.zip
[snip]

$ unzip scepserver-darwin-amd64-v2.0.0.zip
Archive: scepserver-darwin-amd64-v2.0.0.zip
$ unzip scepserver-darwin-amd64-v2.1.0.zip
Archive: scepserver-darwin-amd64-v2.1.0.zip
inflating: scepserver-darwin-amd64

$ ./scepserver-darwin-amd64 ca -init
Expand Down Expand Up @@ -84,11 +84,11 @@ This requests the CA certificate from the SCEP server, converts it into a PEM fi
```
$ mkdir nanomdm && cd nanomdm

$ curl -RLO https://github.com/micromdm/nanomdm/releases/download/v0.1.0/nanomdm-darwin-amd64-v0.1.0.zip
$ curl -RLO https://github.com/micromdm/nanomdm/releases/download/v0.2.0/nanomdm-darwin-amd64-v0.2.0.zip
[snip]

$ unzip nanomdm-darwin-amd64-v0.1.0.zip
Archive: nanomdm-darwin-amd64-v0.1.0.zip
$ unzip nanomdm-darwin-amd64-v0.2.0.zip
Archive: nanomdm-darwin-amd64-v0.2.0.zip
inflating: nanomdm-darwin-amd64
```

Expand Down