Skip to content

Commit 6d30681

Browse files
committed
chore(docs): Fix root-of-trust template commands on top level README.md
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent 210719a commit 6d30681

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ set of defined certificates are present in each store that meets a certain set o
298298
299299
```bash
300300
echo "Generating cert template file certs_template.csv"
301-
kfutil stores rot generate-template-rot --type certs
301+
kfutil stores rot generate-template --type certs
302302
# edit the certs_template.csv file
303303
echo "Generating stores template file stores_template.csv"
304-
kfutil stores rot generate-template-rot --type stores
304+
kfutil stores rot generate-template --type stores
305305
# edit the stores_template.csv file
306306
kfutil stores rot audit --add-certs certs_template.csv --stores stores_template.csv #This will audit the stores and generate a report file
307307
# review/edit the report file generated `rot_audit.csv`
@@ -317,7 +317,7 @@ For full documentation, see [stores rot generate template](docs/kfutil_stores_ro
317317
This will write the file `certs_template.csv` to the current directory.
318318
319319
```bash
320-
kfutil stores generate-template-rot --type certs
320+
kfutil stores rot generate-template --type certs
321321
```
322322
323323
#### Generate Certificate Store List Template
@@ -327,7 +327,7 @@ For full documentation, see [stores rot generate template](docs/kfutil_stores_ro
327327
This will write the file `stores_template.csv` to the current directory. For full documentation
328328
329329
```bash
330-
kfutil stores generate-template-rot --type stores
330+
kfutil stores rot generate-template --type stores
331331
```
332332
333333
#### Run Root of Trust Audit

readme_source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ set of defined certificates are present in each store that meets a certain set o
276276
277277
```bash
278278
echo "Generating cert template file certs_template.csv"
279-
kfutil stores rot generate-template-rot --type certs
279+
kfutil stores rot generate-template --type certs
280280
# edit the certs_template.csv file
281281
echo "Generating stores template file stores_template.csv"
282-
kfutil stores rot generate-template-rot --type stores
282+
kfutil stores rot generate-template --type stores
283283
# edit the stores_template.csv file
284284
kfutil stores rot audit --add-certs certs_template.csv --stores stores_template.csv #This will audit the stores and generate a report file
285285
# review/edit the report file generated `rot_audit.csv`
@@ -295,7 +295,7 @@ For full documentation, see [stores rot generate template](docs/kfutil_stores_ro
295295
This will write the file `certs_template.csv` to the current directory.
296296
297297
```bash
298-
kfutil stores generate-template-rot --type certs
298+
kfutil stores rot generate-template --type certs
299299
```
300300
301301
#### Generate Certificate Store List Template
@@ -305,7 +305,7 @@ For full documentation, see [stores rot generate template](docs/kfutil_stores_ro
305305
This will write the file `stores_template.csv` to the current directory. For full documentation
306306
307307
```bash
308-
kfutil stores generate-template-rot --type stores
308+
kfutil stores rot generate-template --type stores
309309
```
310310
311311
#### Run Root of Trust Audit

0 commit comments

Comments
 (0)