File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ print the version
6565
6666## Version
6767
68- Smallstep CLI/0.28.7 (linux/amd64)
68+ Smallstep CLI/0.29.0 (linux/amd64)
6969
7070## Copyright
7171
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ menu:
1717## Usage
1818
1919``` raw
20- step ca policy x509 <subcommand> [arguments] [global-flags] [subcommand-flags]
20+ step ca policy <scope> x509 <subcommand> [arguments] [global-flags] [subcommand-flags]
2121```
2222
2323## Description
2424
25- ** step ca policy x509** command group provides facilities for managing X.509 certificate issuance policies.
25+ ** step ca policy ` scope ` x509** command group provides facilities for managing X.509 certificate issuance policies.
2626
2727## Commands
2828
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ menu:
1919## Usage
2020
2121``` raw
22- step ca policy x509 allow <subcommand> [arguments] [global-flags] [subcommand-flags]
22+ step ca policy <scope> x509 allow <subcommand> [arguments] [global-flags] [subcommand-flags]
2323```
2424
2525## Description
2626
27- ** step ca policy x509 allow** command group provides facilities for managing X.509 names to be allowed.
27+ ** step ca policy ` scope ` x509 allow** command group provides facilities for managing X.509 names to be allowed.
2828
2929## Commands
3030
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ menu:
1919## Usage
2020
2121``` raw
22- step ca policy x509 deny <subcommand> [arguments] [global-flags] [subcommand-flags]
22+ step ca policy <scope> x509 deny <subcommand> [arguments] [global-flags] [subcommand-flags]
2323```
2424
2525## Description
2626
27- ** step ca policy x509 deny** command group provides facilities for managing X.509 names to be denied.
27+ ** step ca policy ` scope ` x509 deny** command group provides facilities for managing X.509 names to be denied.
2828
2929## Commands
3030
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ menu:
1616## Usage
1717
1818``` raw
19- step ca policy x509 wildcards
19+ step ca policy <scope> x509 wildcards
2020```
2121
2222## Description
2323
24- ** step ca policy x509 wildcards** command group provides facilities for managing X.509 wildcard names.
24+ ** step ca policy ` scope ` x509 wildcards** command group provides facilities for managing X.509 wildcard names.
2525
2626## Commands
2727
Original file line number Diff line number Diff line change 1313## Usage
1414
1515``` raw
16- step ca policy x509 wildcards allow
16+ step ca policy <scope> x509 wildcards allow
1717[--provisioner=<name>] [--eab-key-id=<eab-key-id>] [--eab-key-reference=<eab-key-reference>]
1818[--admin-cert=<file>] [--admin-key=<file>] [--admin-subject=<subject>]
1919[--admin-provisioner=<name>] [--admin-password-file=<file>]
@@ -22,7 +22,7 @@ step ca policy x509 wildcards allow
2222
2323## Description
2424
25- ** step ca policy x509 wildcards allow** allow wildcard names in X.509 policy
25+ ** step ca policy ` scope ` x509 wildcards allow** allow wildcard names in X.509 policy
2626
2727## Options
2828
Original file line number Diff line number Diff line change 1313## Usage
1414
1515``` raw
16- step ca policy x509 wildcards deny
16+ step ca policy <scope> x509 wildcards deny
1717[--provisioner=<name>] [--eab-key-id=<eab-key-id>] [--eab-key-reference=<eab-key-reference>]
1818[--admin-cert=<file>] [--admin-key=<file>] [--admin-subject=<subject>]
1919[--admin-provisioner=<name>] [--admin-password-file=<file>]
@@ -22,7 +22,7 @@ step ca policy x509 wildcards deny
2222
2323## Description
2424
25- ** step ca policy x509 wildcards deny** deny wildcard names in X.509 policy
25+ ** step ca policy ` scope ` x509 wildcards deny** deny wildcard names in X.509 policy
2626
2727## Options
2828
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ menu:
1717## Usage
1818
1919``` raw
20- step ca policy x509 <subcommand> [arguments] [global-flags] [subcommand-flags]
20+ step ca policy <scope> x509 <subcommand> [arguments] [global-flags] [subcommand-flags]
2121```
2222
2323## Description
2424
25- ** step ca policy x509** command group provides facilities for managing X.509 certificate issuance policies.
25+ ** step ca policy ` scope ` x509** command group provides facilities for managing X.509 certificate issuance policies.
2626
2727## Commands
2828
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ menu:
1919## Usage
2020
2121``` raw
22- step ca policy x509 allow <subcommand> [arguments] [global-flags] [subcommand-flags]
22+ step ca policy <scope> x509 allow <subcommand> [arguments] [global-flags] [subcommand-flags]
2323```
2424
2525## Description
2626
27- ** step ca policy x509 allow** command group provides facilities for managing X.509 names to be allowed.
27+ ** step ca policy ` scope ` x509 allow** command group provides facilities for managing X.509 names to be allowed.
2828
2929## Commands
3030
You can’t perform that action at this time.
0 commit comments