-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstskeygen.json
26 lines (26 loc) · 1.03 KB
/
stskeygen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "3.1.0",
"architecture": {
"64bit": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.1.0/stskeygen_3.1.0_windows_amd64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "c69224d4b81b624667ceadb21bfdb051074124e861b4b8f58a32df8511bd2afb"
},
"arm64": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.1.0/stskeygen_3.1.0_windows_arm64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "384f9eab4397fdb69f4ccb96c1794b5bd024ea9828431d9c7084970376e4dd44"
}
},
"homepage": "https://cimpress-support.atlassian.net/wiki/spaces/CloudKB/pages/15058567646/Generating+STS+access+keys+via+Auth0",
"license": "MIT",
"description": "A commandline utility for trading directory service credentials (such as AD username and password) for AWS STS Keys.",
"persist": [
"data",
"config.toml"
]
}