Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.16 KB

File metadata and controls

29 lines (20 loc) · 1.16 KB

kfutil stores import generate-template

For generating a CSV template with headers for bulk store creation.

Synopsis

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]

Options

  -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.

SEE ALSO

  • kfutil stores import - Import a file with certificate store parameters and create them in keyfactor.
Auto generated by spf13/cobra on 1-Dec-2022