cli

🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.

APACHE-2.0 License

Stars
3.6K
Committers
78

Bot releases are visible (Hide)

cli - Step CLI v0.19.0 (22-04-19)

Published by github-actions[bot] over 2 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.19.0_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.19.0_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • a89c884 bump certificates 0.19.0
  • a80350a Merge pull request #667 from smallstep/max/certinfo
  • bcfb969 bump certinfo and change default go.mod gover
  • 06a5529 [action] pin goreleaser version to avoid scoop bug
  • d482ec9 [action] update codecov action
  • 4813bf5 Merge pull request #666 from smallstep/herman/changelogs-20220419
  • 492f247 Update changelog for v0.19.0
  • 22e56e5 Merge pull request #662 from smallstep/max/latest
  • bebd35f Merge pull request #663 from smallstep/update/certificates
  • 4d54931 go mod tidy
  • 72f9162 Remove replace.
  • ed7b67c Upgrade certificates
  • dd7b438 rename s3 step binaries to be step_
  • b6adb57 Merge pull request #647 from smallstep/feat/renewAfterExpiry
  • 2b0404f Merge branch 'master' into feat/renewAfterExpiry
  • ff508dc Rename flag and claim to allow-renewal-after-expiry
  • 73a6860 Format comment.
  • bfe3c8b Fix typo in comment.
  • 4a1848d Update issuer when generating renew token.
  • 71d6b34 Fix typo in help
  • 30fd159 Clarify error message.
  • ef532b6 Use a fixed string as an issuer.
  • 023bec0 Merge pull request #652 from 1984gobrr/add-alg-sha1-fingerprint
  • 8995763 Fix small text changes
  • d123bec Add --sha1 in certificate fingerprint
  • c0ddcde Add other url formats for certificate inspect (#653)
  • df0d8fb Merge pull request #659 from smallstep/areed/update-linter-go18
  • 842cf84 golangci-lint v1.45.2 avoids panic on Go 1.18
  • 41f9a6c Merge pull request #646 from vijayjt/azure-user-mi-token
  • 5c1724a Merge pull request #654 from smallstep/go/1.18
  • e599b7c Use errors.New instead of fmt.Errorf as there is not formatting.
  • 86e2e3e Fix unit test.
  • 1594c34 Change build system to use Go 1.18
  • 4a0b2f0 Update certificates.
  • f1e39e6 Change VirtualMachine to ResourceName
  • 7646eb9 Add optional SHA1 fingerprint output for certificates
  • 3950df1 Upgrade dependencies.
  • d72c1f7 Allow to generate renewal tokens with step ca token
  • 0f26af5 Add support for --allow-renew-after-expiry when adding provisioners
  • 9d6712d Merge pull request #649 from smallstep/panos/envrc
  • 2136917 git: ignore .envrc files
  • eb1d58f Add support for the --x5c-insecure flag in step ca token
  • b187f6e Implement necessary interfaces in the offline client.
  • c2e4d29 Add support for renew after expiry in step ca renew
  • 5b37db8 Add missing flag in help
  • a2fa3d9 [action] Bump golangci-lint version in release workflow
  • 07d1385 Allow to set the x5cInsecure header on step crypto jwt sign
  • 5688694 Support Azure tokens from managed identities not associated with a VM
  • 56cb107 Merge pull request #645 from smallstep/changelog/update
  • 58c2954 Add entries for PR #642 in changellog
  • 57b7033 Merge pull request #642 from vijayjt/new-azure-token-authz-options
  • 111d7a0 Merge branch 'master' into new-azure-token-authz-options
  • 7f71eed Fix flag names for cloud provisioners on update command
  • 99f0e19 Update certificates to v0.18.2 and other indirect dependencies
  • ec7319e Update linkedca dependency to v0.10.0
  • f14c3f4 Update createAzureDetails and updateAzureDetails to handle new flags for subscription and object ids
  • 618b660 Fix azure-object-id flag name
  • cc02160 Rename new flags as per feedback to remove AAD from the name
  • a474701 Correct typos
  • 02edca4 Add options for specifying the subscription and object IDs with the Azure provisioner

Thanks!

Those were the changes on v0.19.0!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Release v0.18.3-rc1

Published by github-actions[bot] over 2 years ago

cli - Step CLI v0.18.2 (22-03-01)

Published by github-actions[bot] over 2 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.2_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.2_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 93151e2 changelog update v0.18.2
  • 227509c whitespace
  • 07cf2c8 Merge pull request #644 from smallstep/herman/copyright-year
  • d0d7ad2 Make copyright year dynamic
  • ef0302d Merge pull request #634 from smallstep/herman/acme-api
  • 0408f80 Merge pull request #640 from smallstep/herman/increase-account-column-size
  • 1c6c0c2 Increase column width for ACME Account ID
  • 81d1d3d Merge pull request #637 from smallstep/herman/changelogs-20220215
  • 03fb2ef Merge pull request #636 from smallstep/proxycommand-password-file
  • 6e569cb Update changelog
  • 51513d9 Merge pull request #612 from smallstep/herman/context-directory
  • 870b028 Remove unused properties from default context settings
  • 25ce408 Add the --provisioner-password-file to proxycommand.
  • 4b0b55a Pin to latest github.com/smallstep/certificates
  • 6d764bd Add message to ACME Admin NotImplemented errors
  • a484295 Merge pull request #633 from smallstep/offline
  • 5efe40f use ctx.Bool in flag check and make fmt
  • b17f29c Merge pull request #628 from ooraini/master
  • ebf3019 Formatting the conditional
  • 7466b9a Update flags.go
  • 565c6e0 Fix https://github.com/smallstep/cli/issues/627
  • 3951e3a Merge pull request #610 from smallstep/herman/allow-ip-dns
  • 8dd50fb Remove weird IPv6 case
  • 1dfadef Merge pull request #632 from smallstep/crl-inspect-tweaks
  • 6452e4f Revert integration test changes
  • 9274b0f InvalidReason -> Reason
  • b76b18c Improvements to CRL inspect
  • f855bda Merge pull request #630 from smallstep/herman/fix-acme-ip-sans-csr
  • 1ade8d1 Add IPs as SANs when performing ACME flow with existing CSR
  • b1185a6 Bootstrap into context directory
  • cbe6fd0 Merge branch 'master' into herman/context-directory
  • 4c731db Remove debug fmt.Println
  • 14713cb Improve handling of IPv6 addresses
  • 9c6632d Merge branch 'master' into herman/allow-ip-dns
  • 8a848bc Change authority and profile to default to context name when set
  • bd67bd5 Normalize IPv6 addresses as IPs instead of hostnames

Thanks!

Those were the changes on v0.18.2!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.2-rc1 (22-02-09)

Published by github-actions[bot] over 2 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.2-rc1_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.2-rc1_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • fb2ca6c Add completion command
  • 20bbab1 Merge pull request #625 from smallstep/needs-renewal-docs
  • 1bb0b1b Update command/certificate/needsRenewal.go
  • 84e2b87 Upgrade truststore with support for Solus OS
  • f2f426e Merge pull request #626 from smallstep/offline-templates
  • f1c23e4 Changelog updates
  • 125bde4 Pass missing template data in X509 sign offline mode
  • 98d88fa Add variety & clarity to needs-renewal examples

Thanks!

Those were the changes on v0.18.2-rc1!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1 (22-02-03)

Published by github-actions[bot] over 2 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 41c6f7a Bump certificates to v0.18.1

Thanks!

Those were the changes on v0.18.1!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc8 (22-02-03)

Published by github-actions[bot] over 2 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc8_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc8_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 1b28905 Bump golangci-lint to v1.44.0 in actions
  • a8697b3 Merge pull request #623 from smallstep/herman/fix-windows-sigchild
  • 1a22c79 Remove SIGCHILD from Windows build

Thanks!

Those were the changes on v0.18.1-rc8!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Release v0.18.1-rc7

Published by github-actions[bot] over 2 years ago

cli - Step CLI v0.18.1-rc6 (22-01-17)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc6_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc6_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 840d22f Add arm5 build to goreleaser
  • 82fec73 A few style and linter fixes on truststore PR
  • 5a7c630 Merge pull request #565 from isodude/acme
  • e1dc23c utils/cautils/acmeutils.go: Allow system Root CA store on private CA
  • 521ef81 Merge pull request #600 from elyscape/package-scripts
  • 219dbe6 Use alternatives system for RPMs
  • fd49998 Merge pull request #576 from hslatman/hs/acme-ip-sans
  • 7a1d616 Fix code style
  • 84697f4 Merge branch 'master' into hs/acme-ip-sans
  • 189229b Merge pull request #599 from smallstep/max/remove-ui
  • c49873f update [email protected]
  • 2881ea4 Remove internal ui package
  • 444f1fc Clean up logic
  • d5ccc27 Allow IPs in the CSR subject
  • a27bf7e Merge branch 'master' into hs/acme-ip-sans
  • def58f9 Add support for IP SANS when using ACME provisioner

Thanks!

Those were the changes on v0.18.1-rc6!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc5 (21-12-14)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc5_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc5_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 5a12dbb Try removing apt install step from release process
  • dd0a52d Merge branch 'master' of https://github.com/smallstep/cli into rpm
  • 1fc388d Merge pull request #596 from smallstep/truststore-freebsd
  • 7245e2f Upgrade trustore.
  • 0e22d74 Merge pull request #594 from smallstep/revoke-usage
  • 0b486b9 Clarify revocation for OIDC
  • 5c8f7d0 Don't refer to JWK provisioner list in docs (until #595 is fixed)
  • 48b39bd Describe revocation via JWK vs mTLS
  • 89d8fdd Merge pull request #593 from smallstep/max/dup-flag
  • a73a4b0 Remove duplicate --expires-in flag in usage
  • bc733b6 Update README.md
  • ea92d47 Update README.md
  • d624a91 Merge pull request #572 from oncilla/emoji-format
  • 8de2347 feedback
  • 953d552 use prettier emojis
  • c4401e8 Add emoji format to fingerprint commands

Thanks!

Those were the changes on v0.18.1-rc5!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc4 (21-12-07)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc4_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc4_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 1faee80 Add step binary as a symlink in the rpm
  • d9e027e Only run postinstall/preremove scripts on .deb

Thanks!

Those were the changes on v0.18.1-rc4!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc3 (21-12-02)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc3_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc3_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 53565fa Filename fix

Thanks!

Those were the changes on v0.18.1-rc3!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc2 (21-12-02)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc2_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc2_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 736c785 Fix deb package name

Thanks!

Those were the changes on v0.18.1-rc2!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.1-rc1 (21-12-02)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.1-rc1_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.1-rc1_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • abe0302 Upgrade goreleaser/goreleaser-action
  • 4e6ea29 Filename fix
  • 0c5feff Merge branch 'master' into rpm
  • 8ffd8b1 Comments
  • 90f7ec7 Release page filenames; don't install debhelper pacakage
  • 4b751b8 Better comments
  • f65db87 Updated Debian nFPM workflow
  • 1b2b750 Merge pull request #588 from smallstep/max/arg-consistency
  • 221b2ed consistency for positional arg in cert subcommand
  • d2a7fb8 usr/bin/step
  • 6f88e94 Tweaks
  • 30d2674 Fixes #585
  • 0361a8d Add a note about the S3 bucket redirects
  • deb54f1 Move cert-renewer systemd timer from smallstep/certificates to smallstep/cli
  • e56ac26 WIP
  • 47b119a Merge pull request #586 from elyscape/fix-autocomplete
  • 295bc4d Update autocomplete scripts from urfave/cli
  • 5bbf91d [action] docs reference branch should be main

Thanks!

Those were the changes on v0.18.1-rc1!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.18.0 (21-11-17)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.18.0_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.18.0_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

9217f8c Merge pull request #531 from smallstep/max/steppath
100980b Fixing linter errors
c5ae7cf changelog update | bump to ca v0.18.0 | go mod tidy
e1ce7de Merge branch 'master' into max/steppath
d2e8ce4 Merge pull request #581 from smallstep/max/lint
85db9d5 Remove context from version and bump cli-utils
29a2572 %q: -> "%s:"
f07914b bump to cli-utils
737b82b context remove should prevent removing reused authorities and profiles
e3d4f67 Fixing linter warning errors
52beeae [action] golangci updates
88872e9 pinning certificates and cli-utils for easier testing
bd543ba Update ssh config default template attributes
8c4adde add Version:v2 to ssh config user data map, and updates to go mod
e2518d6 Fix directory list in context remove command
b59106b couple big fixes
67d3069 just leave it as kid
2eccb2b Fixing a load of errors from the PR review
573ae32 Small fixes
77ca7a5 More contexts work
1777f80 Update README.md
c4af245 Remove commented code
7715b21 Updates for multiple SSH contexts and small fixes
c4b8a96 Update README.md
d76fa89 HACK: apply the context in 'ssh config' if no team bootstrap
2ca4e86 for 'ca init' use caURL as the default value for contexts
b30347b [action] docs cli reference updater update for new docs repo
a912ef6 Merge pull request #571 from smallstep/hunter/ssh-renew
a26fef4 Fixing bugs and responding to PR review comments
ff56e5c A few fixes for PR review comments
014b1a3 Updated ssh renew description with user/host
e933aed Move hidden helper commands into functions.
da2d289 Addressing some PR commentary
b2a7182 Rebase fixes
f25bf20 fixing a few broken tests
3449a97 Over master rebase and merges
3765012 Bump to updated version of badger
c7b005b Fixing up when contexts are used for ca bootstrap and init
608b27b (wip) added context remove and general cleanup
27ebe5c (wip) managing step contexts
54cc391 Add context select, ca bootstrap helper, and ssh config helper
f77ad08 step ssh config working with --team
706084b allow config of context name and profile
b58d7b9 context set -> context select
e87c424 Add ability to bootstrap with team and authority subdomain
f816f1a move errs package to cli-utils
a8c2310 Add context flag to all relevant commands
860c213 Initial step path contexts commit
deb91a4 Merge pull request #568 from smallstep/max/increase-acme-challenge-time
e77fadb spelling
f440ac3 Move sleep to end of forloop and add small pre-sleep
1f1f8c3 Merge pull request #569 from isodude/master
3df1305 command/ca/provisionerbeta/provisioner.go: Spelling
767cefb command/ca/provisioner/add.go: Spelling
046f21c Increase time between acme validation attempts to 5 sec
2e7d363 changelog update
dc3694c Add entry in changelog

Thanks!

Those were the changes on v0.18.0!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.7 (21-10-20)

Published by github-actions[bot] almost 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.7_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.17.7_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

db06f64 bump certificates to v0.17.5
2e43d30 Merge pull request #563 from smallstep/callback-path
b224c95 Respond only to the path on --listen-url or /
1504e67 Merge pull request #549 from smallstep/sign-verify
8261017 Change step ca init questions.
de633d6 Change password-file usage.
8a66d76 Require --signature flag
e09d8a2 Add flags to usage text.
3b7ad51 Show require --key error.
83a87de Add missing argument value in example.
e5b5959 Split sign and verify in two files.
dd0fa88 USe bold text in --key argument.
9b7a6a4 Use type instead of name in flag value.
ec2a700 Merge pull request #560 from smallstep/max/ppc64
4308059 Allow external roots and update dependencies.
4c772f0 Remove debug statement.
a6b2862 Fix linter error.
336f54e Merge branch 'master' into sign-verify
1b3aa5f Use certificates@keyvault branch.
ea436a3 Allow to initialize using azurekms as a kms.
5f1e688 Add TODO comment.
a87d66f Fix hashes, add RSA-PSS, add docs to sign and verify commands.
7173926 Add missing sign options.
242f231 Upgrade go.step.sm/crypto to get cosign support
bbb8ba4 Add initial version of sign and verify command.

Thanks!

Those were the changes on v0.17.7!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.7-rc2 (21-10-12)

Published by github-actions[bot] about 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.7-rc2_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.17.7-rc2_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

85bb9a8 [action] use explicit targets for build

Thanks!

Those were the changes on v0.17.7-rc2!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.7-rc1 (21-10-12)

Published by github-actions[bot] about 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.7-rc1_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.17.7-rc1_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

6c3122e [action] builds for linux ppc64[le]
2799847 changelog update
c0f884c Merge pull request #558 from smallstep/max/lint-exitAfterDefer
5fc9180 Added a few for linters and fixed a few more warnings
f9fdfda Ignore gocritic and unused in one spot
b124e13 Fixing of comments related to PR
ecad2fd fixing error from lint fixing
3816bd2 Add //nolint for exitAfterDefer in well known locations
6407b1b fixing gocritic linter feedback
4ac419e Merge pull request #557 from smallstep/max/latest
4cb031b Fix typos
ba49348 Create binary named latest for each OS and uplaod to s3
46db8e5 fix release date in changelog
5eeba1b changelog update

Thanks!

Those were the changes on v0.17.7-rc1!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.6 (21-10-01)

Published by github-actions[bot] about 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.6_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.17.6_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

e59c7f6 Fix date in changelog
d2bfbbd Merge pull request #556 from smallstep/flexible-config
3579fa4 Fix typo in changelog.
9966c6d Add entries in the changelog.
8ed7c9f Fix typo in help.
fd9614c Allow to specify a fixed redirect_uri.
39cafc6 Allow to override the listen address when step oauth is called.
9fc33a6 Allow to use --team and --set flags together

Thanks!

Those were the changes on v0.17.6!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.5 (21-09-28)

Published by github-actions[bot] about 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.5_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.17.5_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

76cb890 Bump certificates to 0.17.4
940c7c8 changelog update
0456bd1 Merge pull request #553 from smallstep/max/remove-ssh-pass-hack
b17b4e6 use non-empty instead of just set
5649304 Merge pull request #554 from smallstep/max/release
56f2622 Remove vestigial ssh certificate command password hack

Thanks!

Those were the changes on v0.17.5!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.

cli - Step CLI v0.17.5-rc1 (21-09-27)

Published by github-actions[bot] about 3 years ago

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step 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/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.17.5-rc1_amd64.tar.gz.sig
  ~/Downloads/step_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

248ae01 [action] update urls for GH release header and windows installer

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.