Project

General

Profile

Bug #20889

Updated by Peter Amstutz 9 months ago

Encrypted certificates feature reminder to fix the comment is undocumented, we local.params example that USE_SSH_JUMPHOST should include it in the install docs as an advanced option, maybe on another page, so we have it written down at least for our own reference. be blank to disable not commented out 

 USE_SSH_JUMPHOST, BRANCH, also reminder to make sure $BRANCH is set 

 also ensure LE_AWS_SECRET_ACCESS_KEY is set 

 and LE_AWS_ACCESS_KEY_ID need to be blank or set to a 

 and/or the above variables should default value to avoid "unbound variable" error empty if unset. 

 need to separate database host from DATABASE_INT_IP for RDS installs (where we don't need DATABASE_INT_IP at all) because @host_entries.sls@ will complain about invalid IP address 

 With BYO certificates, add a step that checks that all the certificates exist ahead of time. 

Back