This is the command ykksm-import that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
Use ykksm-import online using onworks.net services