Last active
September 4, 2020 13:14
-
-
Save asssis/062fcdc80db7fde40030be94a2fe0bb2 to your computer and use it in GitHub Desktop.
Revisions
-
Assis Junior Siebra Barbosa revised this gist
Sep 4, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 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 -
Assis Junior Siebra Barbosa revised this gist
Sep 4, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ls * | xargs -i echo "openssl x509 -in {} -out ./cert/{} -outform PEM" > certificados.sh chmod +777 certificados.sh ./certificados.sh cat cert/*.crt > ./certificados.pem -
Assis Junior Siebra Barbosa created this gist
May 14, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ls * | xargs -i echo "openssl x509 -in {} -out ./cert/{} -outform PEM" > certificados.sh chmode +777 certificados.sh ./certificados.sh cat cert/*.crt > ./certificados.pem