forked from square/certstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull in upstrea #1
Open
bonedaddy
wants to merge
77
commits into
RTradeLtd:master
Choose a base branch
from
square:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.1 to 1.22.2. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.1...v1.22.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
…rfave/cli-1.22.2 Bump github.com/urfave/cli from 1.22.1 to 1.22.2
Set CRL expiration to 2 years
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.2 to 1.22.3. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.2...v1.22.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
…rfave/cli-1.22.3 Bump github.com/urfave/cli from 1.22.2 to 1.22.3
This allows for using `go test -v ./...` to run all the tests without requiring binaries to be available on the host. The integration tests can be triggered using `go test -v -tags=integration ./...`
Remove vendorized deps
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.3 to 1.22.4. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.3...v1.22.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
…urfave/cli-1.22.4 Bump github.com/urfave/cli from 1.22.3 to 1.22.4
Fix docker build after removal of vendored deps
GH Actions will build on every PR and every Push and perform the following: - go build - go test - integration tests - golanci-lint run There are some linter errors, so linter fails are currently being ignored, but they can be easily turned on once the code is fixed in a subsequent PR.
Configure GitHub Actions
Add option to create CA restricted to some domains
The description, related to generated binaries, is not right,
update to generated binaries information
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.4 to 1.22.5. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.4...v1.22.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
…urfave/cli-1.22.5 Bump github.com/urfave/cli from 1.22.4 to 1.22.5
Adding/subtracting from time.Time with a plain integer is making adjustments by the nanosecond whereas the intention was to create new certificates that have a validity period starting 10 minutes in the past.
Fix NotBefore calculation on new certificates
Upgrade to GitHub-native Dependabot
…er experience permission denied issues
Adding to run tests in windows environment
Removed lint-windows because code doesn't change between platforms, so we only need one linter
… available in windows
…-permissions created separate perms for windows so that windows users will no longer experience permission denied issues
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.15.2 to 0.16.2. - [Release notes](https://github.com/smallstep/crypto/releases) - [Commits](smallstep/crypto@v0.15.2...v0.16.2) --- updated-dependencies: - dependency-name: go.step.sm/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…crypto-0.16.2 Bump go.step.sm/crypto from 0.15.2 to 0.16.2
* Expand on permissions error message. If permissions are not as expected by certstrap it will give a very terse "permission denied" message that gives no indication of what the error is or how to address it. This small PR expands the error message to explain with which file the permissions problem lies, and why the problem arose. This allows users to be able to address the issue. * Fix typo.
updated go version to 1.16 in response to permission denied issues
…low_test without a password prompt
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.16.2 to 0.17.0. - [Release notes](https://github.com/smallstep/crypto/releases) - [Commits](smallstep/crypto@v0.16.2...v0.17.0) --- updated-dependencies: - dependency-name: go.step.sm/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…for-passphrase-protected-ca Allow password-protected CAs to call revoke command
…crypto-0.17.0 Bump go.step.sm/crypto from 0.16.2 to 0.17.0
…ic_identity update cism to cryptographic-identity
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.17.0 to 0.25.1. - [Release notes](https://github.com/smallstep/crypto/releases) - [Commits](smallstep/crypto@v0.17.0...v0.25.1) --- updated-dependencies: - dependency-name: go.step.sm/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…crypto-0.25.1 Bump go.step.sm/crypto from 0.17.0 to 0.25.1
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.9 to 1.22.12. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.9...v1.22.12) --- updated-dependencies: - dependency-name: github.com/urfave/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…urfave/cli-1.22.12 Bump github.com/urfave/cli from 1.22.9 to 1.22.12
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.12 to 1.22.13. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v1.22.12...v1.22.13) --- updated-dependencies: - dependency-name: github.com/urfave/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…urfave/cli-1.22.13 Bump github.com/urfave/cli from 1.22.12 to 1.22.13
release for arm64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.