Skip to content

Instantly share code, notes, and snippets.

@spacelatte
Created August 31, 2019 17:42
Show Gist options
  • Save spacelatte/764fa6b37425c7fad97e90f368f34114 to your computer and use it in GitHub Desktop.
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)`
{
"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