Set the connection hostname (the default value is 127.0.0.1)
```
sudo snap set a71ch-aws-client jrcp-hostname=<jrcp server hostname>
```
Set the connection port (the default value is 8050)
```
sudo snap set a71ch-aws-client jrcp-port=<jrcp server port>
```
## Pre-provisioning A71CH
Set up initialize.jsch for apdu_player
```
sudo snap set a71ch-aws-client device-jcsh="$(cat initialize.jsch)"
```
## Provisioning A71CH
```
a71ch-aws-client.provisioning
```
To see the log open file $SNAP_COMMON/start-provisioning.log
## Switch on auto-provisioning
During the start the the pub-sub-sample service check whether there is or no SampleConfig.json. If there is no this file then the pub-sub-sample service runs provisioning
```
sudo snap set a71ch-aws-client a71ch-do-provisioning=AUTO_PROVISIONING
```
AUTO_PROVISIONING is the default value for a71ch-do-provisioning
## Switch on provisioning during every the pub-sub-sample service start
```
sudo snap set a71ch-aws-client a71ch-do-provisioning=DO_PROVISIONING
```
## Switch off provisioning during every the pub-sub-sample service start
```
sudo snap set a71ch-aws-client a71ch-do-provisioning=DONT_PROVISIONING