Previously the integration test just had a single non-https example site. This adds a second example site but with ssl set to letsencrypt.
Because of Let's Encrypts rate limiting, neither the production or staging server are recommended for CI/CD. To get around that, this uses the step-ca server which can act as an ACME server. This means Trellis goes through the same certificate flow as usual, just with a different ca directory.
Previously the integration test just had a single non-https example site. This adds a second example site but with
ssl
set toletsencrypt
.Because of Let's Encrypts rate limiting, neither the production or staging server are recommended for CI/CD. To get around that, this uses the step-ca server which can act as an ACME server. This means Trellis goes through the same certificate flow as usual, just with a different ca directory.