For generating a CSV template with headers for bulk store creation.
kfutil stores generate-template creates a csv file containing headers for a specific cert store type. store-type-name OR store-type-id is required. outpath is the path the template should be written to. Store type IDs can be found by running the "store-types" command.
kfutil stores import generate-template --store-type-id <store type id> --store-type-name <store-type-name> --outpath <output file path> [flags]
-h, --help help for generate-template
-o, --outpath string Path and name of the template file to generate.. If not specified, the file will be written to the current directory.
-i, --store-type-id int The ID of the cert store type for the template. (default -1)
-n, --store-type-name string The name of the cert store type for the template. Use if store-type-id is unknown.
- kfutil stores import - Import a file with certificate store parameters and create them in keyfactor.