mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -04:00
fix typos
This commit is contained in:
parent
759e233aaa
commit
541e006ad0
4 changed files with 4 additions and 4 deletions
|
|
@ -401,7 +401,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
def make_server_sni_ready(self, vhost, default_addr="*:443"):
|
||||
"""Checks to see if the server is ready for SNI challenges.
|
||||
|
||||
:param vhost: VirtualHostost to check SNI compatibility
|
||||
:param vhost: VirtualHost to check SNI compatibility
|
||||
:type vhost: :class:`letsencrypt.client.apache.obj.VirtualHost`
|
||||
|
||||
:param str default_addr: TODO - investigate function further
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class Client(object):
|
|||
:type auth: :class:`letsencrypt.client.interfaces.IAuthenticator`
|
||||
|
||||
:ivar installer: Object supporting the IInstaller interface.
|
||||
:type installer: :class:`letsencrypt.client.interfaces.IInstraller`
|
||||
:type installer: :class:`letsencrypt.client.interfaces.IInstaller`
|
||||
|
||||
"""
|
||||
Key = collections.namedtuple("Key", "file pem")
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ from letsencrypt.client import CONFIG
|
|||
from letsencrypt.client import le_util
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
class DvnsiGenCertTest(unittest.TestCase):
|
||||
class DvsniGenCertTest(unittest.TestCase):
|
||||
"""Tests for letsencrypt.client.challenge_util.dvsni_gen_cert."""
|
||||
|
||||
def test_standard(self):
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
sites-available/letsencrypt.conf, letencrypt.demo
|
||||
sites-available/letsencrypt.conf, letsencrypt.demo
|
||||
sites-available/encryption-example.conf, encryption-example.demo
|
||||
|
|
|
|||
Loading…
Reference in a new issue