Configuration file settings for puppet-access
You can manually add or edit configuration settings in your user-specified or global
         puppet-access configuration files. 
The class that manages the global configuration file is:
               puppet_enterprise::profile::controller
You can also change configuration settings by specifying flags when you Generate a token using puppet-access on the command line.
| Setting | Description | Command line flag | 
|---|---|---|
| token-file | The location for storing authentication tokens. Defaults to: ~/.puppetlabs/token | -tor--token-file | 
| certificate-file | The location of the CA that signed the console-services
                     server's certificate. Defaults to the PE CA cert
                     location: /etc/puppetlabs/puppet/ssl/certs/ca.pem | --ca-cert | 
| config-file | Changes the location of your configuration file. Defaults
                     to: ~/.puppetlabs/client-tools/puppet-access.conf | -cor--config-file | 
| service-url | The URL for your RBAC API. Defaults to the URL automatically
                     determined during the client tools package installation process, which is
                     usually: https://<CONSOLE_HOSTNAME>:4433/rbac-apiUsually, you need to change this only if you are moving your console server. | --service-url | 






