Skip to content

Commit

Permalink
Update civiform_config_aws_oidc.sh with new cert
Browse files Browse the repository at this point in the history
  • Loading branch information
nb1701 authored Aug 21, 2024
1 parent 68297ea commit 60fe047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-test/civiform_config_aws_oidc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export APP_PREFIX="e2e-test" # max 19 chars, only numbers, letters, dashes, and
# in AWS web console: https://console.aws.amazon.com/acm/home#/certificates/list
# WARNING: certificate needs to be created in the same region as AWS_REGION above, make sure
# select correct region in web AWS console when creating certificate.
export SSL_CERTIFICATE_ARN="arn:aws:acm:us-east-1:296877675213:certificate/28384db9-4577-4ac5-af1d-5e8ab39bd54c"
export SSL_CERTIFICATE_ARN="arn:aws:acm:us-east-1:296877675213:certificate/23d76695-0c59-4774-aa0d-be708e9ca414"

# REQUIRED
# Number of Civiform server tasks to run. This value can be set to 0 to shutdown servers.
Expand Down

0 comments on commit 60fe047

Please sign in to comment.