パラメータ
|
省略表記
|
用法
|
---|---|---|
configuration
|
con
|
設定ファイルを管理します
|
コマンド
|
パラメータ
|
説明
|
---|---|---|
decrypt configuration
|
<path_of_encrypted_file> <path_of_decrypted_output_file>
|
設定ファイルを復号します
たとえば、C:¥config.xenをC:¥config.xmlに復号する場合は、次のように入力します。
SLCmd.exe -p <admin_password> decrypt configuration C:\config.xen C:\config.xml
|
encrypt configuration
|
<path_of_file> <path_of_encrypted_output_file>
|
設定ファイルを暗号化します
たとえば、C:¥config.xmlをC:¥config.xenに暗号化する場合は、次のように入力します。
SLCmd.exe -p <admin_password> encrypt configuration C:\config.xml C:\config.xen
|
export configuration
|
<path_of_encrypted_output>
|
指定したファイルに設定をエクスポートします
たとえば、次のように入力します。
SLCmd.exe -p <admin_password> export configuration C:\config.xen
|
import configuration
|
<path_of_encrypted_input>
|
指定したファイルから設定をインポートします
たとえば、次のように入力します。
SLCmd.exe -p <admin_password> import configuration C:\config.xen
|