Activate mock OCSP server

This commit is contained in:
Adrien Ferrand
2019-07-29 20:51:22 +02:00
parent 4ac0e8baa8
commit 053a05e15b
@@ -134,7 +134,7 @@ class ACMEServer(object):
[challtestsrv_path, '-management', ':{0}'.format(CHALLTESTSRV_PORT), '-defaultIPv6', '""',
'-defaultIPv4', '127.0.0.1', '-http01', '""', '-tlsalpn01', '""', '-https01', '""'])
#self._launch_process([sys.executable, ocsp_server.__file__])
self._launch_process([sys.executable, pebble_ocsp_server.__file__])
# Wait for the ACME CA server to be up.
print('=> Waiting for pebble instance to respond...')