glite-eds-key-register — Generates an encryption key and registers it in the Hydra KeyStore.
glite-eds-key-register [ -h ] [ -q ] [ -v ] [ -c CIPHER ] [ -k KEYLENGTH ] [ -i ID ] [ -s SERVICE ]
glite-eds-key-register is a command-line tool for generating encryption key and storing it in the Hydra KeyStore. The key can be deleted by glite-eds-key-unregister.
Show help screen.
Quiet operation.
Verbose operation.
Cipher name to use. See 'openssl list-cipher-commands' for the available options.
The current default is 'blowfish'.
Keylength to use in bits. See 'openssl list-cipher-commands' for the available options.
The current default is 128 bits.
ID to be used to store the encryption data with (logical file name or GUID).
If SERVICE starts with https://, then it it used as the endpoint of a Hydra KeyStore. Otherwise SERVICE is taken as a service name, and serives discovery is used to determine the service endpoint.