You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: