Description
No matter if you specify multiple exclude-glob entries like
--exclude-glob "/path/root_ca.pem,/path/*-key.pem"
or like
--exclude-glob "/path/root_ca.pem" --exclude-glob "/path/*-key.pem"
only the first one will be tested against.
Describe the results you expected:
All exclude-glob entries shall be tested against.
Description No matter if you specify multiple exclude-glob entries like
--exclude-glob "/path/root_ca.pem,/path/*-key.pem"
or like--exclude-glob "/path/root_ca.pem" --exclude-glob "/path/*-key.pem"
only the first one will be tested against.Describe the results you expected: All exclude-glob entries shall be tested against.