1
0
mirror of https://github.com/smallstep/cli.git synced 2025-09-14 10:29:20 +03:00

119 Commits

Author SHA1 Message Date
Sebastian Tiedtke
7720272427 Use 3rd person 2018-11-27 15:39:54 -08:00
Mariano Cano
4e5669c191 Add flag to overwrite flags in step ca renew
This commit only adds the flag to one command but it adds a new
method to be able to easily support it in other commands.

Fixes smallstep/step#129
2018-11-15 16:11:31 -08:00
Mariano Cano
124b34ffe3 Add flag to skip renew if it's to early.
Fixes smallstep/step#130
2018-11-15 15:20:44 -08:00
Mariano Cano
5471f99b41 Do not ask for common name if we already know. 2018-11-09 13:27:59 -08:00
Mariano Cano
9fb906523b Remove the new- prefix on ca token and ca certificate commands.
Fixes smallstep/step#128
2018-11-06 18:01:10 -08:00
Mariano Cano
4f237adae9 Allow to filter by issuer in the new-token command.
Set the proper kid if not standard.
Fixes smallstep/ca-component#112
2018-11-06 11:25:34 -08:00
max furman
f979364bc5 fix redundancies 2018-10-31 22:21:41 -07:00
max furman
17aa5ea2e4 ca-component -> certificates 2018-10-31 21:49:29 -07:00
Mariano Cano
58e4405c1a Use new-token flow if we use sign or new-certificate without a token
Fixes smallstep/ca-component#85
2018-10-30 18:03:14 -07:00
Mariano Cano
93840b28a3 Unify ca flags. 2018-10-30 16:03:31 -07:00
Mariano Cano
22cf64e43a Parse claims in one step. 2018-10-24 16:41:18 -07:00
Mariano Cano
f5cb9f9f12 Log CA url used to sign a certificate. 2018-10-24 13:44:07 -07:00
Mariano Cano
6235ecc08f Add --out flag to step ca renew. Update docs. 2018-10-22 18:36:43 -07:00
Mariano Cano
5ff222282d Add some docs for step ca sign 2018-10-19 18:19:36 -07:00
Mariano Cano
f2d1b2a62e Add flags --not-before and --not-after to sign and new-certificate commands. 2018-10-19 18:15:31 -07:00
max furman
802214a46a change pemutil.Parse WithStdLib default
* WithStepCrypto as option
* add pemutil.Parse unit tests
2018-10-08 12:46:34 -07:00
Mariano Cano
0b0a5774d7 Add initial implementation of step ca renew 2018-10-05 15:54:33 -07:00
Mariano Cano
018ae453e6 Add initial implementation of step ca sign 2018-10-05 13:01:36 -07:00
Mariano Cano
d1f1326251 Add new command step ca new-certificate 2018-10-04 18:22:10 -07:00