mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Update module name
This commit is contained in:
@@ -13,7 +13,7 @@ from os.path import join
|
||||
|
||||
import requests
|
||||
|
||||
from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, ocsp_server
|
||||
from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, pebble_ocsp_server
|
||||
from certbot_integration_tests.utils.constants import *
|
||||
|
||||
|
||||
|
||||
+5
@@ -1,3 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
This runnable module interfaces itself with the Pebble management interface in order
|
||||
to serve a mock OCSP responder during integration tests against Pebble.
|
||||
"""
|
||||
import datetime
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user