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

  1. Create the empty folders – for example, running a single command: 
    mkdir -p /home/myuser/cagw/config/credentials
  2. 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.

     
  3. Run the following commands to make the folder files accessible to the predefined user and group with the 1339 identifier.
    chown -R :1339 <HOST_CONFIG>
    chmod -R g+rx <HOST_CONFIG>
    chmod -R g+s <HOST_CONFIG>
    For example:
    chown -R :1339 /home/myuser/cagw/config
    chmod -R g+rx /home/myuser/cagw/config
    chmod -R g+s /home/myuser/cagw/config