Last active
September 4, 2020 13:14
-
-
Save asssis/062fcdc80db7fde40030be94a2fe0bb2 to your computer and use it in GitHub Desktop.
many_cet_to_sigle_pem
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
| ls * | xargs -i echo "openssl x509 -in {} -out ./cert/{} -outform PEM" > certificados.sh | |
| chmod +777 certificados.sh | |
| mkdir cert | |
| ./certificados.sh | |
| cat cert/*.crt > ./certificados.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment