@@ -298,10 +298,10 @@ set of defined certificates are present in each store that meets a certain set o
298
298
299
299
```bash
300
300
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
302
302
# edit the certs_template.csv file
303
303
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
305
305
# edit the stores_template.csv file
306
306
kfutil stores rot audit --add-certs certs_template.csv --stores stores_template.csv #This will audit the stores and generate a report file
307
307
# 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
317
317
This will write the file `certs_template.csv` to the current directory.
318
318
319
319
```bash
320
- kfutil stores generate-template-rot --type certs
320
+ kfutil stores rot generate-template --type certs
321
321
```
322
322
323
323
#### Generate Certificate Store List Template
@@ -327,7 +327,7 @@ For full documentation, see [stores rot generate template](docs/kfutil_stores_ro
327
327
This will write the file `stores_template.csv` to the current directory. For full documentation
328
328
329
329
```bash
330
- kfutil stores generate-template-rot --type stores
330
+ kfutil stores rot generate-template --type stores
331
331
```
332
332
333
333
#### Run Root of Trust Audit
0 commit comments