You need the following folders for the configuration and credential files.
Folder | Contents | Sample path |
|---|---|---|
<HOST_CONFIG> | Host configuration files | /home/myuser/cagw/config |
<HOST_CONFIG>/<CREDENTIALS> | Credential files | /home/myuser/cagw/config/credentials |
To create the configuration and credentials folders
- Create the empty folders – for example, running a single command:
mkdir -p /home/myuser/cagw/config/credentials - Copy all configuration and credential files to their respective folders.
The tool described in Running cagw-util creates sample configuration and credential files for these folders.
- Run the following commands to make the folder files accessible to the predefined user and group with the 1339 identifier.For example:
chown -R :1339 <HOST_CONFIG>chmod -R g+rx <HOST_CONFIG>chmod -R g+s <HOST_CONFIG>chown -R :1339 /home/myuser/cagw/configchmod -R g+rx /home/myuser/cagw/configchmod -R g+s /home/myuser/cagw/config