Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Move tools to tools (#587)
Browse files Browse the repository at this point in the history
* Remove add-realm tool

This is no longer required as it's moved to the UI

* Move other things to tools/
  • Loading branch information
sethvargo authored Sep 18, 2020
1 parent ef30b0c commit c8d16d7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 125 deletions.
122 changes: 0 additions & 122 deletions cmd/add-realm/main.go

This file was deleted.

6 changes: 3 additions & 3 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document describes the process for manually testing the system.
1. Request a verification code using the **Admin** API key:

```sh
go run ./cmd/get-code \
go run ./tools/get-code \
-type "confirmed" \
-onset "2020-08-01" \
-apikey "ADMIN_API_KEY"
Expand All @@ -20,7 +20,7 @@ This document describes the process for manually testing the system.
**Device** API key:

```sh
go run ./cmd/get-token \
go run ./tools/get-token \
-apikey "DEVICE_API_KEY" \
-code "CODE_FROM_STEP_2"
```
Expand All @@ -37,7 +37,7 @@ This document describes the process for manually testing the system.
HMAC of the TEKs you plan to upload:

```sh
go run ./cmd/get-certificate \
go run ./tools/get-certificate \
-apikey "DEVICE_API_KEY" \
-token "VERIFICATION_TOKEN" \
-hmac "HMAC_OF_TEKS"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c8d16d7

Please sign in to comment.