mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
acme_*: new test container, tests for IP certificates (#57530)
* Bump container version. * Use new URLs. * Add IP certificate tests. * Disable IPv6 IP from IP certificate. Background: in CI, the ACME test container apparently has no IPv6 support. Without IPv6 support, Pebble can't connect to validate, and thus validation fails.
This commit is contained in:
parent
9d67f476e6
commit
c50a75a41e
3 changed files with 57 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ class ACMEProvider(CloudProvider):
|
|||
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
|
||||
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
|
||||
else:
|
||||
self.image = 'quay.io/ansible/acme-test-container:1.4.2'
|
||||
self.image = 'quay.io/ansible/acme-test-container:1.5.0'
|
||||
self.container_name = ''
|
||||
|
||||
def _wait_for_service(self, protocol, acme_host, port, local_part, name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue