Created
August 31, 2019 17:42
-
-
Save spacelatte/764fa6b37425c7fad97e90f368f34114 to your computer and use it in GitHub Desktop.
Generated Using: `Array.from(document.querySelectorAll("a[href]")).filter(x => x.href.includes("/R1.2/")).filter(x => x.href.includes("darwin-amd64")).map(x => x.href)`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"linux": [ | |
"https://pkg.cfssl.org/R1.2/cfssl-bundle_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-certinfo_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-newkey_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-scan_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/mkbundle_linux-amd64", | |
"https://pkg.cfssl.org/R1.2/multirootca_linux-amd64" | |
], | |
"darwin": [ | |
"https://pkg.cfssl.org/R1.2/cfssl-bundle_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-certinfo_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-newkey_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl-scan_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/mkbundle_darwin-amd64", | |
"https://pkg.cfssl.org/R1.2/multirootca_darwin-amd64" | |
], | |
"other": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment