We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b41ea06 + ad5cab6 commit d1707abCopy full SHA for d1707ab
cloudformation/dle_cf_template.yaml
@@ -354,6 +354,8 @@ Resources:
354
export DOMAIN=${CertificateSubdomain}.${CertificateHostedZone}
355
export USER_EMAIL=${CertificateEmail}
356
export CERTIFICATE_EMAIL=${!USER_EMAIL:-'noreply@'$DOMAIN}
357
+
358
+ yq e -i '.cloning.accessHost="$DOMAIN"' $dle_config_path/server.yml
359
360
sudo certbot certonly --standalone -d $DOMAIN -m $CERTIFICATE_EMAIL --agree-tos -n
361
sudo cp /etc/letsencrypt/live/$DOMAIN/fullchain.pem /etc/envoy/certs/fullchain1.pem
0 commit comments