mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
[As discussed in Mattermost](https://opensource.eff.org/eff-open-source/pl/yhtp4qu4zpfczm5wxmzxhndrto), our Apache test farm tests are failing because the CA certificate in the old version of boulder we have pinned expired over the weekend. This PR fixes that by running a local Pebble instance instead of an external boulder instance. * switch from external boulder to local pebble * add --http-01-port to run_acme_server
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
# These images are located in us-east-1.
|
|
#
|
|
# All machines must currently use x86_64 since Pebble does not currently
|
|
# publish images for other architectures.
|
|
|
|
targets:
|
|
#-----------------------------------------------------------------------------
|
|
#Ubuntu
|
|
- ami: ami-0f2e2c076f4c2f941
|
|
name: ubuntu20.10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-0758470213bdd23b1
|
|
name: ubuntu20.04
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-095192256fe1477ad
|
|
name: ubuntu18.04LTS
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-09677e0a6b14905b0
|
|
name: ubuntu16.04LTS
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
#-----------------------------------------------------------------------------
|
|
# Debian
|
|
- ami: ami-01db78123b2b99496
|
|
name: debian10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
- ami: ami-003f19e0e687de1cd
|
|
name: debian9
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
#-----------------------------------------------------------------------------
|
|
# CentOS
|
|
- ami: ami-9887c6e7
|
|
name: centos7
|
|
type: centos
|
|
virt: hvm
|
|
user: centos
|