Skip to content

v0.5.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 16 Jul 03:54
· 18 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export CERTOK_SHA256="9b91bfb98ec4c9755f7e58da74f2e347a5a496ec08003aa90693874fc84ac8a9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-darwin-386" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
amd64 - darwin
# Export the sha256sum for verification.
$ export CERTOK_SHA256="f06262bcf68703bd475342cb6c613eaf8b99c3a6870835d7569b415690c93abe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-darwin-amd64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export CERTOK_SHA256="67606abf03a04e467e044d02586f4ae90cbc5535dbd42e7a9e6f688b665cb78b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-freebsd-386" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export CERTOK_SHA256="82837921624ca3e1be3041f3546845b570c2eaf5d3e9889de3d7b71abd252812"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-freebsd-amd64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h

linux

386 - linux
# Export the sha256sum for verification.
$ export CERTOK_SHA256="3796945e310b1bca42d8871250570264e07f8e6f45630dc7c509fdad25194125"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-linux-386" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
amd64 - linux
# Export the sha256sum for verification.
$ export CERTOK_SHA256="69be6fb8153a4cdc4fc0a56a27c859ab519f0700a97ef788e2b876117e060a27"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-linux-amd64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
arm - linux
# Export the sha256sum for verification.
$ export CERTOK_SHA256="f12379065f2ddfda7e2dac3572b830d0c83da0f8b1dfed212eb3084bd5d1cbea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-linux-arm" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
arm64 - linux
# Export the sha256sum for verification.
$ export CERTOK_SHA256="067ab58dc07920bd3437b6b754040a4dde66d812431bf4349858be20a11282f3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-linux-arm64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export CERTOK_SHA256="8009e8d2c6c79458ce0e1d6978add84e64a982945574ab7f4ea9e0f3f0541e87"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-solaris-amd64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h

windows

386 - windows
# Export the sha256sum for verification.
$ export CERTOK_SHA256="bba8e1d181ee95119b1ee204cc1af64336eb55e1557b374f01616686198f4648"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-windows-386" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h
amd64 - windows
# Export the sha256sum for verification.
$ export CERTOK_SHA256="04d3dd0a83d6f57ccd3b079374c8429111ff3307af5d8e1bf3b265ada7885c89"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/certok/releases/download/v0.5.2/certok-windows-amd64" -o "/usr/local/bin/certok" \
	&& echo "${CERTOK_SHA256}  /usr/local/bin/certok" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/certok"

$ echo "certok installed!"

# Run it!
$ certok -h