Skip to content

Commit

Permalink
add cert gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Nov 11, 2024
1 parent 650122d commit 911e8ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/makecert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

openssl genrsa -out server.key 2048
openssl ecparam -genkey -name secp384r1 -out server.key
openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650

0 comments on commit 911e8ac

Please sign in to comment.