Skip to content

Commit

Permalink
Added cert generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jun 7, 2021
1 parent 0d5d5fd commit 8a3fe68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cert_gen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
sudo rm -rf data
sudo mkdir data
openssl req -newkey rsa:2048 -nodes -keyout data/server.key -x509 -days 365 -out data/server.crt

0 comments on commit 8a3fe68

Please sign in to comment.