1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-06 05:02:39 +03:00

27 Commits

Author SHA1 Message Date
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Mariano Cano
133357f8ea Merge branch 'master' into use/crypto 2022-10-06 17:12:04 -07:00
Josh Soref
4afe4cfb73 Spelling
* access
* adminclient
* ampersand
* and
* ascii
* associated
* auto-detected
* browser
* certificate
* certificates
* characters
* command
* compatibility
* consist
* decodes
* digital
* distinguished
* doesn't
* encoded
* encrypted
* encrypting
* entities
* error
* extension
* from the
* from
* github
* herd
* inspecting
* interchangeable
* interchangeably
* issuing
* json
* macos
* mixed
* onboarding
* outer
* parameter
* parses
* password
* preexisting
* processed
* publickey
* reference
* remaining
* renegotiate
* represents
* secrecy
* serialization
* smartypants
* smartypantsable
* subcommand
* subject
* subtle
* suppression
* the
* tidiness
* too-soon
* truststore
* unmarshaling
* use
* wrapping

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-10-06 18:25:44 -04:00
Mariano Cano
d7a542f920 Work in progress of using go.step.sm/crypto 2022-09-29 18:56:03 -07:00
max furman
2881ea481e Remove internal ui package 2021-12-19 11:27:07 -05:00
max furman
2eccb2be3d Fixing a load of errors from the PR review 2021-11-10 23:18:33 -08:00
max furman
a26fef4cd0 Fixing bugs and responding to PR review comments
- fixing bad merge of ca/init.go
- need to set caurl, fingerprint in context during bootstrap because
  they are used later.
- use ca.WithInsecure() for insecure transport
2021-10-28 23:33:40 -07:00
max furman
e933aed82d Move hidden helper commands into functions. 2021-10-27 15:55:18 -07:00
max furman
f816f1a621 move errs package to cli-utils 2021-10-27 15:55:18 -07:00
max furman
a8c2310160 Add context flag to all relevant commands 2021-10-27 15:55:17 -07:00
max furman
860c213b97 Initial step path contexts commit
- move config and command packages to cli-utils
2021-10-27 15:55:16 -07:00
max furman
6407b1b75f fixing gocritic linter feedback 2021-10-07 17:59:57 -04:00
max furman
359982df1b strip whitespace from fingerprint input flag 2021-08-25 16:06:29 -07:00
Mariano Cano
6a7e35e26e Specify always a Proxy in all custom transports.
Related to smallstep/certificates#535
2021-04-14 19:31:39 -07:00
Mariano Cano
11d630b302 Do not require output file in step ca root and related commands.
This change allows to print the root or federated roots instead of
downloading to a given file. The commands affected are:
  * step ca root
  * step ca roots
  * step ca federation
2021-02-23 17:00:25 -08:00
Mariano Cano
7061940e7e Unify the way the flags are printed in markdown files. 2020-10-01 17:01:33 -07:00
max furman
6bab49a31a change cmd to flags.ParseCaURL and flags.ParseCaURLIfExists 2020-08-02 11:46:38 -07:00
max furman
c3f499e3ef Implicitly require https scheme for ca-url cmd line arg
Fixes #336
2020-08-02 11:46:38 -07:00
max furman
01564f6a7e Changes based on SSH CA PR Review
* Use global flags rather than flags local to the CA package.
* Alphabetize flag names so they're easier to parse for humans.
* Fix some documentation snafus.
* crt -> cert where possible. At least for internal naming. Not gonna
  change JSON req/resp bodies b/c that would affect clients.
2019-09-09 13:08:25 -07:00
Mariano Cano
1d56f77950 Fix message. 2018-11-30 12:44:44 -08:00
Mariano Cano
67007f70c9 Add output to step ca root 2018-11-30 12:29:22 -08:00
Mariano Cano
e3e5cc1b62 Make sure all the short help uses the first person
Fixes #37
2018-11-28 12:41:55 -08:00
Mariano Cano
0cface6e9b Add flag --force on all commands using utils.WriteFile
Fixes smallstep/ca-component#121
2018-11-27 17:53:36 -08:00
max furman
17aa5ea2e4 ca-component -> certificates 2018-10-31 21:49:29 -07:00
Mariano Cano
93840b28a3 Unify ca flags. 2018-10-30 16:03:31 -07:00
Mariano Cano
3ebfeb75f4 Improve docs for step ca root 2018-10-22 18:49:39 -07:00
Mariano Cano
3ea48a08f6 Add initial implementation of step ca root 2018-10-05 15:29:28 -07:00