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

Move tools to tools #587

Merged
merged 2 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
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
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.