Commit Graph

2243 Commits (10db335f13899857ae546f91ae0080af21f86124)
 

Author SHA1 Message Date
max furman 10db335f13 mv pkg config -> step 3 years ago
max furman 741ac64c61 change name of package cli-utils/config to cli-utils/step 3 years ago
Mariano Cano 62a20c7db5 Upgrade cli-utils with latest version of promptui 3 years ago
Mariano Cano 24a6900de2
Merge pull request #613 from gdbelvin/extractable
Extractable private keys and certs
3 years ago
Mariano Cano 91fb57e8aa Add entry to changelog. 3 years ago
Mariano Cano 7ec1424cb6 Fix help. 3 years ago
Mariano Cano 8366b7ddf1 Revert "Remove extractable from StoreCertificate."
This reverts commit 614ee79489.
3 years ago
Mariano Cano 614ee79489 Remove extractable from StoreCertificate. 3 years ago
Mariano Cano fa11e82b67 Add tests with extractable property. 3 years ago
Mariano Cano 886b9a1d8d Store the certificate passed. 3 years ago
Mariano Cano aa80bf9f07 Merge branch 'smallstep_master' into extractable 3 years ago
Mariano Cano 6be383da34 Refactor pkcs#11 extractable certs and keys. 3 years ago
Mariano Cano d68090ebce
Merge pull request #729 from smallstep/funcmap
Use the common method for template functions
3 years ago
Mariano Cano cb4a2a5f9a Use the same method to return the templating functions. 3 years ago
Mariano Cano cf4944ea8e
Merge pull request #728 from smallstep/env
Remove "env" and "expandenv"
3 years ago
Mariano Cano 9958e0645f Replace promptui with apache-compatible fork.
Promptui depends on github.com/juju/ansiterm that is licensed under
LGPL. The fork replaces ansiterm.TabWriter with the one in the
standard library.
3 years ago
Mariano Cano 0f63d43a91 Remove sprig "env" and "expandenv" functions. 3 years ago
Mariano Cano 0927e0d22a Upgrade go.step.sm/crypto dependency
The new version removes "env" and "expandenv" sprig functions.
3 years ago
Mariano Cano b7d4b48316
Merge pull request #724 from smallstep/sign-with-retry
Azure sign with retry
3 years ago
Mariano Cano bef50bd7d9 Fix typo in variable name. 3 years ago
Mariano Cano ead394fba7 Add strategy to retry the sign operation if the key is not yet ready 3 years ago
Carl Tashian 66a8158f26
Update README.md 3 years ago
max furman da3c6af10f changelog update 3 years ago
max furman 5c71e8a0ee [action] replace goreleaser complicated build targets with 'targets' 3 years ago
max furman 12b32b0a90 Changelog update for v0.17.5 3 years ago
Carl Tashian 6f16938774
Update README.md
* Add SCEP support
* Fix ACME tutorial URLs
3 years ago
Carl Tashian 655d7f59fd install-step-ra.sh: Properly quote the RA DNS names in ca.json 3 years ago
Carl Tashian 482482e717 install-step-ra.sh: Don't try to create a JWK provisioner, because the web app's OAuth flow doesn't support OOB with STEP_CONSOLE=true. 3 years ago
Mariano Cano 48efd94994
Merge pull request #723 from smallstep/keep-alive
Use Golang's default keepalive.
3 years ago
Mariano Cano 36b622bfc2 Use Golang's default keep-alive.
Since Go 1.13 a net.Listen keep-alive is enabled by default if
the protocol and OS supports it. The new one is 15s to match
the net.Dial default one. Previously http.Server ListenAndServe
and ListenAndServeTLS used to add a wrapper with 3m that we
replicated.

See https://github.com/golang/go/issues/31510
3 years ago
Mariano Cano 59d8d805d5
Merge pull request #722 from smallstep/keyvault-api
Allow to configure azurekms using the URI
3 years ago
Mariano Cano edd475b81b Allow to configure azurekms using the URI
With an URI, azurekms can be configured with client credentials,
and it can define a default vault and protection level.
3 years ago
Max 710f76cb00
Merge pull request #721 from smallstep/max/simplify-releases
[action] Simplify goreleaser targets
3 years ago
max furman 9f8ffcf196 [action] remove windows_amd64, add freebsd_amd64 3 years ago
Mariano Cano e3220232a0
Merge pull request #717 from smallstep/keyvault
Azure Key Vault KMS
3 years ago
max furman 02d601861b [action] Simply goreleaser targets 3 years ago
Mariano Cano 44f0d61354 Fix typo. 3 years ago
Mariano Cano a2b03083c8 Fix gocritic warnings. 3 years ago
Mariano Cano 2aee71b4c0 Fix typo. 3 years ago
Mariano Cano e15b5faf7d Merge branch 'master' into keyvault 3 years ago
Mariano Cano 5d0bd7d155 Fix grammar in comments. 3 years ago
Mariano Cano 781d5fb6e8 Fix creation of ssh certificates on step ca init. 3 years ago
Max 04fe3126be
Merge pull request #720 from smallstep/max/lint
Introduce gocritic linter and address warnings
3 years ago
max furman bdc9ffbe90 changelog update 3 years ago
max furman 5fc24c697c Fix a few more linter warnings and remove GOFLAGS from make lint 3 years ago
max furman 933b40a02a Introduce gocritic linter and address warnings 3 years ago
Mariano Cano ca59ee43c5 Update changelog. 3 years ago
Mariano Cano f6e69bf826 Fix typo. 3 years ago
Mariano Cano c638c282d8 Add omitempty to KMS options. 3 years ago
Mariano Cano ece67fefff Add support for kms in pki package.
Adding support to kms in the pki packages opens the door to use
kms implementations in `step ca init`
3 years ago