Skip to content

Commit

Permalink
Make CERTIFICATE_NAME readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jan 10, 2019
1 parent a08ebbf commit ff7d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadowbox/scripts/make_test_certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Make a certificate for development purposes, and populate the
# corresponding environment variables.

CERTIFICATE_NAME="$1/shadowbox-selfsigned-dev"
readonly CERTIFICATE_NAME="$1/shadowbox-selfsigned-dev"
export SB_CERTIFICATE_FILE="${CERTIFICATE_NAME}.crt"
export SB_PRIVATE_KEY_FILE="${CERTIFICATE_NAME}.key"
declare -a openssl_req_flags=(
Expand Down

0 comments on commit ff7d7d9

Please sign in to comment.