Mariano Cano
|
c5ac01828b
|
Move subject check to sign.
|
2019-07-29 18:26:25 -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
|
0373b672b1
|
Format file.
|
2019-07-25 16:52:28 -07:00 |
|
Mariano Cano
|
b36ccb38df
|
Add missing command step ca ssh-certificate
Fixes smallstep/ca-component#187
|
2019-07-25 11:54:41 -07:00 |
|
Mariano Cano
|
70b8f5c71a
|
Add initial support for step ca ssh-certificate command.
Fixes smallstep/ca-component#187
|
2019-07-24 19:17:34 -07:00 |
|
Mariano Cano
|
d736980485
|
Fix --not-before and --not-after docs.
|
2019-07-24 11:15:19 -07:00 |
|
Mariano Cano
|
8524ec9a8e
|
Add subject to IID sans if disableCustomSANs is set to false.
|
2019-07-19 16:47:17 -07:00 |
|
Mariano Cano
|
64f687ce08
|
Allow custom common names in cloud identity provisioners.
|
2019-07-15 16:57:45 -07:00 |
|
Mariano Cano
|
e4ab4a22e7
|
Add --issuer filter to step ca certificate and sign.
Fixes smallstep/step#160
|
2019-06-04 17:54:20 -07:00 |
|
Mariano Cano
|
fded02dc93
|
Clarify error.
|
2019-05-13 12:17:52 -07:00 |
|
Mariano Cano
|
e76f3c022e
|
Add initial support for azure.
Fixes smallstep/certificates#69
|
2019-05-07 19:09:18 -07:00 |
|
Mariano Cano
|
8638d3e1da
|
Remove deprecated code.
|
2019-04-24 20:07:16 -07:00 |
|
Mariano Cano
|
19c493d3ec
|
Add support for AWS and GCP provisioners.
Fixes smallstep/certificates#67
Fixes smallstep/certificates#68
|
2019-04-24 14:52:11 -07:00 |
|
Mariano Cano
|
7cdb638832
|
Add support for GCP identity tokens.
|
2019-04-17 18:46:43 -07:00 |
|
max furman
|
e44e88254d
|
Add revoke subcommand to step ca
* Access the CA /revoke API from the cli
|
2019-04-10 13:52:48 -07:00 |
|
Mariano Cano
|
a2e2d27fd5
|
Use ca-url passed by the command line or configured
|
2019-03-26 11:39:24 -07:00 |
|
Mariano Cano
|
a14482a167
|
Use TimeDuration for step ca certificate and sign.
Fixes #60
|
2019-03-25 12:46:53 -07:00 |
|
Mariano Cano
|
0ade818ed6
|
Add oidc support to offline mode.
Fixes #99
|
2019-03-22 13:16:39 -07:00 |
|
Mariano Cano
|
e1328ac9da
|
update docs.
|
2019-03-22 13:07:28 -07:00 |
|
Mariano Cano
|
5623ae734c
|
Fix docs.
|
2019-03-22 13:00:31 -07:00 |
|
Mariano Cano
|
d81bfe51a3
|
Use default token duration in step ca sign and step ca certificate.
Fixes #97
|
2019-03-22 10:50:25 -07:00 |
|
Mariano Cano
|
7b059e5ad3
|
Add DefaultSignatureAlgorithm to keys package.
|
2019-03-18 18:27:49 -07:00 |
|
Mariano Cano
|
186527c256
|
Use keys package to generate private key.
|
2019-03-18 18:18:04 -07:00 |
|
Mariano Cano
|
457941e589
|
initialize check for step token.
|
2019-03-18 16:31:39 -07:00 |
|
Mariano Cano
|
ff7873bab0
|
Enable OIDC in the token flow.
|
2019-03-14 18:08:23 -07:00 |
|
Mariano Cano
|
50b55e5fbf
|
Make sure emails match.
|
2019-03-13 17:39:29 -07:00 |
|
Mariano Cano
|
9abe727d48
|
Allow to add custom sans for admin requests using OIDC
|
2019-03-12 18:21:48 -07:00 |
|
Mariano Cano
|
63a937c141
|
Address issues raised by code review
|
2019-03-01 16:11:47 -08:00 |
|
Mariano Cano
|
ccf37fd885
|
Remove new prefix on commands.
|
2019-02-26 18:24:24 -08:00 |
|
Mariano Cano
|
7908ca56e5
|
Add all csr sans to the token.
|
2019-02-26 16:11:49 -08:00 |
|
Mariano Cano
|
eae4bc0981
|
Move step ca sign code to sign.go
|
2019-02-26 14:34:16 -08:00 |
|
Mariano Cano
|
104d14a7e8
|
Refactor offline code for step ca certificate and add support for sign.
Fixes #84
|
2019-02-26 14:18:30 -08:00 |
|
Mariano Cano
|
6317ceac4c
|
Add examples.
|
2019-02-26 11:41:11 -08:00 |
|
Mariano Cano
|
a04fff2b1b
|
Add offline mode for step ca renew
Fixes #84
|
2019-02-26 11:29:03 -08:00 |
|
Mariano Cano
|
dea2230390
|
Fix typo.
|
2019-02-25 19:15:15 -08:00 |
|
Mariano Cano
|
574f3b3ab2
|
Simplify offline mode for step ca certificate
Fixes #84
|
2019-02-25 19:06:29 -08:00 |
|
Mariano Cano
|
c64e4dfc3d
|
First pass on step ca certificate offline mode.
Fixes #84
|
2019-02-25 15:23:12 -08:00 |
|
max furman
|
90f6c10bf1
|
fix step ca certificate example
|
2019-02-07 17:19:27 -08:00 |
|
max furman
|
1379a62e0c
|
Add SAN support to step certificate create
|
2019-02-05 18:32:13 -08:00 |
|
max furman
|
78591d7bd9
|
doc updates for step ca certificate
|
2019-02-05 17:48:08 -08:00 |
|
max furman
|
52b788360c
|
common-name -> subject
|
2019-02-05 17:45:18 -08:00 |
|
max furman
|
08f60cf2bd
|
only add CN to SANs if SANs are empty
* hostname -> common name
|
2019-02-04 20:05:50 -08:00 |
|
max furman
|
43b7de3a87
|
Set the SANS when generating a certificate with step CA
* examples
* modify WithHosts to add only if missing
* add a new claim to step provisioning tokens
|
2019-01-30 18:15:20 -06:00 |
|
Mariano Cano
|
1496671a88
|
Allow to add custom validity in step certificate create
Fixes #51
|
2018-12-21 16:48:35 -08:00 |
|
Mariano Cano
|
be93be7ae4
|
Move step ca renew to a new file.
|
2018-12-10 11:02:07 -08:00 |
|
Mariano Cano
|
1d56f77950
|
Fix message.
|
2018-11-30 12:44:44 -08:00 |
|
Mariano Cano
|
2030c13842
|
Improve UI in certificate and token flows.
|
2018-11-30 12:00:06 -08:00 |
|
Sebastian Tiedtke
|
f2de4b64f1
|
Clarify wording
|
2018-11-29 17:06:24 -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 |
|