Skip to content

Commit

Permalink
remove make command
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 10, 2024
1 parent d6b99e5 commit 1e29fe2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ migrate:
protos:
buf generate

#keys:
#openssl req -x509 -newkey rsa:4096 -keyout .secrets/key.pem -out .secrets/cert.pem -days 365 -nodes

generate-cert:
@bash -c 'openssl req -x509 -out .secrets/localhost.crt -keyout .secrets/localhost.key \
-newkey rsa:2048 -nodes -sha256 \
Expand Down

0 comments on commit 1e29fe2

Please sign in to comment.