Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active August 16, 2025 02:26
Show Gist options
  • Save Klerith/bc65ca4f398cadd7f292c26a04d62012 to your computer and use it in GitHub Desktop.
Save Klerith/bc65ca4f398cadd7f292c26a04d62012 to your computer and use it in GitHub Desktop.

Revisions

  1. Klerith revised this gist Sep 2, 2023. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion self-certificates.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt


    openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt


  2. Klerith created this gist Sep 2, 2023.
    1 change: 1 addition & 0 deletions self-certificates.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt