Parameter
|
Abbreviation
|
Use
|
---|---|---|
configuration
|
con
|
Manage the configuration file
|
Command
|
Parameter
|
Description
|
---|---|---|
decrypt
configuration
|
<path_of_encrypted_file>
<path_of_decrypted_output_file>
|
Decrypts a configuration file to the specified location
For example, to decrypt C:\config.xen to
C:\config.xml, type:
SLCmd.exe -p <admin_password> decrypt configuration
C:\config.xen C:\config.xml
|
encrypt
configuration
|
<path_of_file> <path_of_encrypted_output_file>
|
Encrypts a configuration file to the specified location
For example, to encrypt C:\config.xml to
C:\config.xen, type:
SLCmd.exe -p <admin_password> encrypt configuration
C:\config.xml C:\config.xen
|
export
configuration
|
<path_of_encrypted_output>
|
Export the configuration file to the specified location
For example, type:
SLCmd.exe -p <admin_password> export configuration
C:\config.xen
|
import
configuration
|
<path_of_encrypted_input>
|
Import a configuration file from the specified location
For example, type:
SLCmd.exe -p <admin_password> import configuration
C:\config.xen
|