Skip to content

Commit

Permalink
feature/ci-cd add chmod for certs
Browse files Browse the repository at this point in the history
  • Loading branch information
requiemofthesouls committed Jan 29, 2022
1 parent 9d7694c commit a19f6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ DOMAIN=pigeomail.ddns.net

certs:
openssl req -newkey rsa:2048 -sha256 -nodes -keyout .deploy/cert.key -x509 -days 365 -out .deploy/cert.pem -subj "/C=US/ST=New York/L=Brooklyn/O=Example Brooklyn Company/CN=${DOMAIN}"
chmod 775 .deploy/cert.key
chmod 775 .deploy/cert.pem

0 comments on commit a19f6a8

Please # to comment.