mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Add missing docstring.
This commit is contained in:
parent
cd7a5ec24a
commit
9ecfecbc7a
2 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
|
||||
@property
|
||||
def mod_ssl_conf(self):
|
||||
"""Full absolute path to SSL configuration file."""
|
||||
return os.path.join(self.config.config_dir, constants.MOD_SSL_CONF_DEST)
|
||||
|
||||
def prepare(self):
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ class NginxConfigurator(common.Plugin):
|
|||
|
||||
@property
|
||||
def mod_ssl_conf(self):
|
||||
"""Full absolute path to SSL configuration file."""
|
||||
return os.path.join(self.config.config_dir, constants.MOD_SSL_CONF_DEST)
|
||||
|
||||
# This is called in determine_authenticator and determine_installer
|
||||
|
|
|
|||
Loading…
Reference in a new issue