mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Move dvsni config file to server-root
This commit is contained in:
parent
53e01c19af
commit
50f1db4b11
1 changed files with 7 additions and 0 deletions
|
|
@ -44,6 +44,13 @@ class ApacheDvsni(common.Dvsni):
|
|||
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super(ApacheDvsni, self).__init__(*args, **kwargs)
|
||||
|
||||
self.challenge_conf = os.path.join(
|
||||
self.configurator.conf("server-root"),
|
||||
"le_dvsni_cert_challenge.conf")
|
||||
|
||||
def perform(self):
|
||||
"""Peform a DVSNI challenge."""
|
||||
if not self.achalls:
|
||||
|
|
|
|||
Loading…
Reference in a new issue