Troubleshooting
Enroll doesn't seem to 'see' files or directories
You may need to use --dangerous to capture certain files or paths that Enroll normally considers sensitive.
Inspect the state.json file generated by the harvest command to see a list of files that may have been excluded, and why. For example:
"excluded": [
{
"path": "/etc/openvpn/easy-rsa/pki/.rnd",
"reason": "binary_like"
}
],
{
"path": "/etc/subgid-",
"reason": "denied_path"
},
{
"path": "/etc/openvpn/ca.key",
"reason": "sensitive_content"
},