Synopsis
makeslot [ -d Slot-directory ] |
Description
The makeslot command generates slots.
The slot password to be set for a slot is entered interactively.
The set slot password is required when generating and embedding a token.
If slot generation is successful, the slot ID of the created slot is output. The slot ID is the information used to identify a slot and is specified by the maketoken command that is executed next.
Options that can be specified are shown below.
Options
-d Slot-directory
Specify the full path of the directory name that stores the slots that manage keys. Also specify the slot information directory that is specified here when executing the maketoken and cmsetenv commands.
Command Location
Windows | %ProgramFiles%\SecurecryptoLibraryR\PROGRAM\bin |
Solaris | /opt/FJSVsclr/bin |
Linux | /opt/FJSVsclr/bin |
Linux x64 | /opt/FJSVsclr64/bin |
Cautions
Use from 6 to 128 characters from the character sets below to specify the slot password. The command ends abnormally if the specified character string does not fulfill these conditions.
Category | Characters |
---|---|
Alphabetic | A to Z |
Numeric | 0 to 9 |
Symbols | !"#%&'()*+,-./:;<=>?[\]^_{|}~ |
Space | ' ' |
Manage slot passwords in a way that prevents leaks and theft.
Also, do not set character strings that consist of easily guessed names or words or in which all the same characters are used. Character strings that use a mix of alphanumerics and symbols and are as long as possible are recommended.
Example
[Windows]
> makeslot -d d:\sslenv\slot |
[Solaris] [Linux]
# makeslot -d /export/home/slot |
*) The entered slot password is not displayed.