Scroll to navigation

YKKSM-IMPORT(1) User Commands YKKSM-IMPORT(1)

NAME

ykksm-import - Tool to import key data on the YKKSM-KEYPROV format.

SYNOPSIS

ykksm-import [ --verbose] [--help] [--database DBI] [ --db-user USER] [--db-passwd PASSWD] [--creator CREATOR]

DESCRIPTION

Tool to import key data on the YKKSM-KEYPROV format.
--database DBI: Database identifier, see http://dbi.perl.org/
defaults to a MySQL database ykksm on localhost, i.e., dbi:mysql:ykksm. For PostgreSQL on the local host you can use 'DBI:Pg:dbname=ykksm;host=127.0.0.1'.
--db-user USER: Database username to use, defaults to empty string.
--db-passwd PASSWD: Database password to use, defaults to empty string.
--creator CREATOR: Short string with creator info.
Defaults to using the PGP signer key id, normally. you don't change this.
Usage example:
./ykksm-import < keys.txt
September 2014 ykksm-import 1