Skip to content

Commit

Permalink
build: change certificate name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Sep 4, 2024
1 parent d2e78fa commit 6e442f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source "/etc/marquinhos/marquinhos-api.conf"

DESTINATION_DIR="$1"

cp "/etc/ssl/certificate.crt" "$DESTINATION_DIR"
cp "/etc/ssl/private.key" "$DESTINATION_DIR"
cp "/etc/ssl/dvns-certificate.crt" "$DESTINATION_DIR"
cp "/etc/ssl/dvns-private.key" "$DESTINATION_DIR"

chmod 744 "$DESTINATION_DIR/certificate.crt"
chmod 744 "$DESTINATION_DIR/private.key"
Expand Down

0 comments on commit 6e442f0

Please sign in to comment.