Skip to content

Instantly share code, notes, and snippets.

@asssis
Last active September 4, 2020 13:14
Show Gist options
  • Save asssis/062fcdc80db7fde40030be94a2fe0bb2 to your computer and use it in GitHub Desktop.
Save asssis/062fcdc80db7fde40030be94a2fe0bb2 to your computer and use it in GitHub Desktop.

Revisions

  1. Assis Junior Siebra Barbosa revised this gist Sep 4, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
  2. Assis Junior Siebra Barbosa revised this gist Sep 4, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
    chmode +777 certificados.sh
    chmod +777 certificados.sh
    ./certificados.sh

    cat cert/*.crt > ./certificados.pem
  3. Assis Junior Siebra Barbosa created this gist May 14, 2020.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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