mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Make CERTIFICATE_NAME readonly
This commit is contained in:
parent
a08ebbf4cb
commit
ff7d7d91c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue