mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Activate mock OCSP server
This commit is contained in:
@@ -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...')
|
||||
|
||||
Reference in New Issue
Block a user