Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: add --include/--exclude arguments to specify the domain(s) #213

Open
mbegerau opened this issue Jan 13, 2025 · 0 comments
Open

Comments

@mbegerau
Copy link

I would really like to see a feature where I could limit the domains for which the certificates are being dumped.

--include <regex string> (all domains that match the regex string are whitelisted, other domains are being ignored)
--exclude <regex string> (all domains that match the regex string are blacklisted, other domains are being dumped)

I have two cases where I need only a few certificates for a specific task, and now I can ignore the other certificates or rm them manually or in a post-hook. Would be a nice-to-have feature to automatically define the domains in the command arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants