Skip to content

Commit

Permalink
step-cli v0.28.0 reference update
Browse files Browse the repository at this point in the history
  • Loading branch information
step-ci committed Oct 30, 2024
1 parent cffc0d5 commit 63c5ca9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion step-cli/reference/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ print the version

## Version

Smallstep CLI/0.27.5 (linux/amd64)
Smallstep CLI/0.28.0 (linux/amd64)

## Copyright

Expand Down
2 changes: 1 addition & 1 deletion step-cli/reference/ca/certificate/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ step ca certificate <subject> <crt-file> <key-file>
[--not-before=<time|duration>] [--not-after=<time|duration>]
[--san=<SAN>] [--set=<key=value>] [--set-file=<file>]
[--acme=<file>] [--standalone] [--webroot=<file>]
[--contact=<email>] [--http-listen=<address>] [--bundle]
[--contact=<email>] [--http-listen=<address>]
[--kty=<type>] [--curve=<curve>] [--size=<size>] [--console]
[--x5c-cert=<file>] [--x5c-key=<file>] [--k8ssa-token-path=<file>]
[--offline] [--password-file] [--ca-url=<uri>] [--root=<file>]
Expand Down
7 changes: 7 additions & 0 deletions step-cli/reference/ca/provisioner/add/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ step ca provisioner add <name> --type=[AWS|Azure|GCP]
[--azure-audience=<name>] [--azure-subscription-id=<id>]
[--azure-object-id=<id>] [--instance-age=<duration>] [--iid-roots=<file>]
[--disable-custom-sans] [--disable-trust-on-first-use]
[--disable-ssh-ca-user] [--disable-ssh-ca-host]
[--admin-cert=<file>] [--admin-key=<file>]
[--admin-subject=<subject>] [--admin-provisioner=<name>] [--admin-password-file=<file>]
[--ca-url=<uri>] [--root=<file>] [--context=<name>] [--ca-config=<file>]
Expand Down Expand Up @@ -339,6 +340,12 @@ On cloud provisioners, if enabled multiple sign request for this provisioner
with the same instance will be accepted. By default only the first request
will be accepted.

**--disable-ssh-ca-user**
Disable ability to sign SSH user certificates

**--disable-ssh-ca-host**
Disable ability to sign SSH host certificates

**--x509-template**=`file`
The x509 certificate template `file`, a JSON representation of the certificate to create.

Expand Down
7 changes: 7 additions & 0 deletions step-cli/reference/ca/provisioner/update/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ step ca provisioner update <name>
[--azure-audience=<name>] [--azure-subscription-id=<id>]
[--azure-object-id=<id>] [--instance-age=<duration>]
[--disable-custom-sans] [--disable-trust-on-first-use]
[--disable-ssh-ca-user] [--disable-ssh-ca-host]
[--admin-cert=<file>] [--admin-key=<file>]
[--admin-subject=<subject>] [--admin-provisioner=<name>] [--admin-password-file=<file>]
[--ca-url=<uri>] [--root=<file>] [--context=<name>] [--ca-config=<file>]
Expand Down Expand Up @@ -348,6 +349,12 @@ On cloud provisioners, if enabled multiple sign request for this provisioner
with the same instance will be accepted. By default only the first request
will be accepted.

**--disable-ssh-ca-user**
Disable ability to sign SSH user certificates

**--disable-ssh-ca-host**
Disable ability to sign SSH host certificates

**--x509-template**=`file`
The x509 certificate template `file`, a JSON representation of the certificate to create.

Expand Down

0 comments on commit 63c5ca9

Please sign in to comment.