Skip to content

Commit

Permalink
Fix variable name with ci domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 21, 2024
1 parent a0ecf54 commit b19ed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ end-to-end-ws-setup:
openssl genrsa -out "$DATAFED_WEB_KEY_PATH" 2048
openssl req -new -key "$DATAFED_WEB_KEY_PATH" \
-out "${DATAFED_WEB_CSR_PATH}" \
-subj "/C=US/ST=TN/L=Oak Ridge/O=ORNL/OU=DLT/CN=${DATAFED_COMPOSE_DOMAIN}"
-subj "/C=US/ST=TN/L=Oak Ridge/O=ORNL/OU=DLT/CN=${DI_DATAFED_DOMAIN}"
openssl x509 -req -days 3650 \
-in "${DATAFED_WEB_CSR_PATH}" \
-signkey "$DATAFED_WEB_KEY_PATH" \
Expand Down

0 comments on commit b19ed7f

Please sign in to comment.