Replies: 1 comment
-
I'm in the same boat, would love a whitelist capability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like to use
IgnorePath '/etc/ssl/certs/*'
because i don't need to track all of those certs that are on the system by default.however, i have added a cert myself, deployed at /etc/ssl/certs/server.crt - i would like to not ignore this specific file.
is this possible? since aconfmgr didn't pick up the file (since it is ignored), i tried manually adding it by copying it to the files directory and using
CopyFile /etc/ssl/certs/server.crt 644
in my config.However, upon my next
save
run, aconfmgr generates these lines:Beta Was this translation helpful? Give feedback.
All reactions