-
Notifications
You must be signed in to change notification settings - Fork 0
/
stskeygen.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.0.2",
"architecture": {
"64bit": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.0.2/stskeygen_3.0.2_windows_amd64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "c60a8f300400e28a6908b302ae0a6d34ee3d186fa5bdc7fda99f08e09c5d81a1"
},
"arm64": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.0.2/stskeygen_3.0.2_windows_arm64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "a400dad0e1c7657c1b0f5440f0cee9eaca75913dcfb03af58e842e9a250411dc"
}
},
"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"
]
}