modifyBEP CLI command
Use the modifyBEP command to edit a bar code encryption policy (BEP). First, run the viewBEP command to obtain the index number for the BEP, then use the index number as input for the modifyBEP command.
Syntax
modifyBEP <index> -KLM1 <#> -BEP {true|false} -KLM2 <#> -ssl
Parameters
- index
-
(Required.) The index number, obtained by running the viewBEP command, of the BEP to be edited.
- -KLM1 <#>
-
(Required.) The index number of the key label mapping that contains the encryption policy to be edited. Use the viewKeyLabelMapping CLI command command to look up the index number.
- -BEP {true|false}
-
(Required.) A flag to enable (true) or disable (false) BEP.
- -KLM2 <#>
-
An optional parameter to be used if you want to edit encryption policies for in a second key label mapping index.
- -ssl
- Required if SSL (HTTPS) is enabled.
Example command
modifyBEP 1 -KLM1 3 -BEP false
This example
updates the bar code encryption policy in BEP index 1, key label mapping index 3 with BEP
disabled.Example output
The bar code encryption policy was updated successfully