Revert BOULDER_CONFIG_DIR to test/config. (#2644)
This was accidentally changed in https://github.com/letsencrypt/boulder/pull/2634/, and broke Certbot's tests. This also includes an update to chisel that fetches the certificate chain, which would have caught this error.
This commit is contained in:
		
							parent
							
								
									4b665e35a6
								
							
						
					
					
						commit
						f4c11a673c
					
				|  | @ -4,7 +4,7 @@ boulder: | ||||||
|     environment: |     environment: | ||||||
|         FAKE_DNS: 127.0.0.1 |         FAKE_DNS: 127.0.0.1 | ||||||
|         PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657 |         PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657 | ||||||
|         BOULDER_CONFIG_DIR: test/config-next |         BOULDER_CONFIG_DIR: test/config | ||||||
|     volumes: |     volumes: | ||||||
|       - $GOPATH:/go/ |       - $GOPATH:/go/ | ||||||
|       - /tmp:/tmp |       - /tmp:/tmp | ||||||
|  |  | ||||||
|  | @ -167,6 +167,7 @@ def auth_and_issue(domains, chall_type="http-01", email=None, cert_output=None, | ||||||
| 
 | 
 | ||||||
|     try: |     try: | ||||||
|         cert_resource = issue(client, authzs, cert_output) |         cert_resource = issue(client, authzs, cert_output) | ||||||
|  |         client.fetch_chain(cert_resource) | ||||||
|         return cert_resource |         return cert_resource | ||||||
|     finally: |     finally: | ||||||
|         cleanup() |         cleanup() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue