-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstskeygen.json
More file actions
26 lines (26 loc) · 1.03 KB
/
stskeygen.json
File metadata and controls
26 lines (26 loc) · 1.03 KB
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.3.3",
"architecture": {
"64bit": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.3.3/stskeygen_3.3.3_windows_amd64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "f587d661dd66a1e3d2cbd03f6a8cd6f770a567fed21672a1802fc47110868fa0"
},
"arm64": {
"url": "https://ce-installation-binaries.s3.us-east-1.amazonaws.com/stskeygen/3.3.3/stskeygen_3.3.3_windows_arm64.tar.gz",
"bin": [
"stskeygen.exe"
],
"hash": "4c4647ffe93328dfd2fc38f3387155486b0222efca3be7e4b35933a9abd71feb"
}
},
"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"
]
}