1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-07 16:02:54 +03:00

54 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
Max
05f95e5b1e Upgrade certificate 0.26.0 | fix linter warnings (#1140)
* Update certificates to 0.26.0

* Fix linter warnings
2024-03-28 19:12:36 -07:00
Jakub Jindra
ef4a7365ac add missing dash for --offline in help 2024-03-26 14:33:44 +01:00
Carl Tashian
edd65958d5 Remove 'not currently supported' from step ca revoke help text for active revocation 2023-03-21 17:38:56 -07: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
d63010ef16 Use go.step.sm/jose 2022-10-04 15:26:08 -07:00
Mariano Cano
d7a542f920 Work in progress of using go.step.sm/crypto 2022-09-29 18:56:03 -07:00
max furman
85fa03947f Fix or ignore gosec issues
* fix a few other linting issues
2022-08-18 18:55:38 -07:00
max furman
884b541587 Accidentally reverted mariano's changes 2022-08-09 10:50:00 -07:00
max furman
d73a2de09c revoke <serial> must be base 10 or indicate appropriate base 2022-08-09 10:32:17 -07:00
max furman
2881ea481e Remove internal ui package 2021-12-19 11:27:07 -05:00
Carl Tashian
0b486b9240 Clarify revocation for OIDC 2021-12-08 13:26:03 -08:00
Carl Tashian
5c8f7d0abc Don't refer to JWK provisioner list in docs (until #595 is fixed) 2021-12-08 13:24:29 -08:00
Carl Tashian
48b39bd992 Describe revocation via JWK vs mTLS 2021-12-08 12:26:16 -08:00
max furman
e1ce7de736 Merge branch 'master' into max/steppath 2021-11-17 12:39:07 -08:00
max furman
e3d4f67527 Fixing linter warning errors 2021-11-16 11:39:14 -08:00
max furman
2eccb2be3d Fixing a load of errors from the PR review 2021-11-10 23:18:33 -08: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
5fc9180fb1 Added a few for linters and fixed a few more warnings 2021-10-07 20:14:35 -04:00
max furman
6407b1b75f fixing gocritic linter feedback 2021-10-07 17:59:57 -04:00
max furman
ea26436d93 Thread CA password decryption into offline CA bootstrap 2021-09-08 14:54:09 -07:00
max furman
40ba2a9aef fix usageText in ca revoke 2021-08-10 10:14:41 -07:00
max furman
70cebf51ab A few fixes for admin workflow commands and ...
- <path> to <file> everywhere
2021-07-08 16:34:53 -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
Max
0e2548c48c Merge pull request #368 from smallstep/max/revoke-pass
Allow for encrypted key file in `step ca revoke`
2020-10-09 16:05:52 -07:00
max furman
34f3b7ab3b cert -> certificate in error msg 2020-10-09 16:02:11 -07:00
max furman
48dbce40c9 Allow for encrypted key file in step ca revoke 2020-10-09 11:39:12 -07:00
Mariano Cano
6cdb17f7ea Avoid usage to be too long. 2020-10-01 17:22:09 -07:00
Mariano Cano
0a678a3073 Remove extra line. 2020-09-29 17:21:02 -07:00
max furman
d9fe4e5d98 Add unit tests for parseCaURL and fix small bug in that method 2020-08-02 11:46:38 -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
Mariano Cano
3c4aa2228d Fix lint errors. 2020-01-28 13:34:00 -08:00
Mariano Cano
d734d18a8f Use certificate pki removed in merge. 2020-01-28 13:33:59 -08:00
max furman
b8d289b654 sshpop provisioner + ssh renew | revoke | rekey 2020-01-28 13:33:59 -08: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
b09a93d567 Merge branch 'master' into ssh-ca 2019-09-05 23:48:18 +02:00
max furman
e49b733fbf switch to golangci-lint and fix lots of linting errors 2019-08-26 19:04:54 -07:00
Mariano Cano
aa5aa257e6 Use sign types from cautils package. 2019-08-15 11:28:57 -07:00
Mariano Cano
af1b9db7ad Remove dead code. 2019-08-14 16:54:19 -07:00
Mariano Cano
0759276702 Refactor common code between ssh and ca to cautils and flags. 2019-08-14 15:46:05 -07:00
Mariano Cano
a6ecb701f3 Add support for ssh flags in step ca token.
Complete refactor of generate token.
2019-07-25 18:36:16 -07:00
Mariano Cano
56e17a25df Remove unused flag. 2019-07-24 14:20:02 -07:00
max furman
8429a2f6f5 doc: lap top -> laptop 2019-04-29 15:26:59 -07:00
max furman
994dab903f docs: ca init and ca revoke context 2019-04-29 13:14:50 -07:00
max furman
76672e217c revoke: doc update 2019-04-27 13:33:12 -07:00
max furman
cced65ba79 revoke: check narg always when not mTLS 2019-04-26 12:39:16 -07:00