Releases: smallstep/certificates
Step CA v0.17.6-rc2 (21-10-20)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the Assets
section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.6-rc2_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.6-rc2_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
5c71e8a [action] replace goreleaser complicated build targets with 'targets'
12b32b0 Changelog update for v0.17.5
Thanks!
Those were the changes on v0.17.6-rc2!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Release v0.17.5
Update README.md * Add SCEP support * Fix ACME tutorial URLs
Step CA v0.17.5-rc1 (21-10-12)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the Assets
section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.5-rc1_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.5-rc1_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
02d6018 [action] Simply goreleaser targets
04fe312 Merge pull request #720 from smallstep/max/lint
bdc9ffb changelog update
5fc24c6 Fix a few more linter warnings and remove GOFLAGS from make lint
933b40a Introduce gocritic linter and address warnings
9cb1f21 Merge pull request #719 from smallstep/ui-windows
205148a Fix exit after defer.
48549bf Initialize windows terminal on all binaries.
896fd5e Merge pull request #715 from smallstep/template-vars
9fb6df3 Fix ssh template variables when CA is injected using options.
Thanks!
Those were the changes on v0.17.5-rc1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Step CA v0.17.4 (21-09-28)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the Assets
section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.4_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.4_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
afe1980 changelog update for 0.17.4
4a899fb Merge pull request #714 from smallstep/host-or-user-only-ssh-ca
42e2635 Add entry in changelog.
aedd7fc Be able to start a SSH host or SSH user only CA
3f44dae Merge pull request #713 from smallstep/max/release
Thanks!
Those were the changes on v0.17.4!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Step CA v0.17.4-rc1 (21-09-27)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the Assets
section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.4-rc1_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.4-rc1_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
6aaa785 [action] update release URLs in header
ba17869 changelog update for 0.17.3
Thanks!
Those were the changes on v0.17.4-rc1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Step CA v0.17.3 (21-09-24)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the Assets
section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.3_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.3_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
28bd2ef Merge pull request #711 from smallstep/oidc-admin-group
963eaf8 Fix line in changelog
9eb7577 Add line to changelog.
a50654b Check for admins in both emails and groups.
7f00cc7 Clarify changelog feature.
2ae6b42 Add missing feature to the changelog.
2cf4127 Merge pull request #710 from smallstep/upgrade-go-jose
ad82d8a Upgrade go.step.sm/crypto as long with go-jose.v2
2d5bfd3 fix comment
04784be Update [email protected]
845fa07 Merge pull request #708 from smallstep/helm-fix
4fde7b5 Use badgerv2 the default in helm too.
ebf1afa Merge pull request #707 from smallstep/password-flags
cfe08ad Add flags to usage.
6729c79 Add support for setting individual password for ssh and tls keys
8df9f62 go mod tidy
4daef5d Merge pull request #703 from hslatman/hs/update-pkcs7
73d0a11 Update github.com/micromdm/scep/v2
611859e Update go.mozilla.org/pkcs7
e3acea9 Add release page link to install docs
23add69 Merge pull request #702 from smallstep/max/release-header
Thanks!
Those were the changes on v0.17.3!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Step CA v0.17.3-rc9 (21-09-13)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures see the Assets
section below.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.3-rc9_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.3-rc9_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
6d644dd [action] goreleaser pkg link cli -> certificates
Thanks!
Those were the changes on v0.17.3-rc9!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Step CA v0.17.3-rc8 (21-09-11)
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures see the Assets
section below.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.3-rc8_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.3-rc8_amd64.tar.gz
The checksums.txt
file (in the Assets
section below) contains a checksum for every artifact in the release.
Changelog
fcf3220 [action] goreleaser github release footer fix missing close braces
Thanks!
Those were the changes on v0.17.3-rc8!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Release v0.17.3-rc7
[action] goreleaser header packages
v0.17.3-rc6
Changelog
9ed84d7 [action] Add .releases to .gitignore