Skip to content
Snippets Groups Projects
Commit 24bbea45 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Add clean-certs script

parent 7ebac939
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
grep -wvFf <(ls /data/domains/) <(ls certs/*/*.csr | grep -vf <(echo -e "node-exporter\ncadvisor") | cut -d"/" -f2) | xargs -i% ls /system/haproxy/certs/%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment