Created
May 31, 2018 13:24
-
-
Save dextermb/025f14990215494adc2ea764465dafb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find / -regex “.*\.\(pem\|p12\|pfx\|pkcs12\|crl\|crt\|der\|cert\|cer\|key\|csr\)" > ~/Desktop/log | |
cat ~/Desktop/log | xargs -I % echo cp % /Volume/restricted/pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment