mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
commit
52e8761dea
6 changed files with 34 additions and 11 deletions
23
docs/api/client/apache.rst
Normal file
23
docs/api/client/apache.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
:mod:`letsencrypt.client.apache`
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.apache
|
||||
:members:
|
||||
|
||||
:mod:`letsencrypt.client.apache.configurator`
|
||||
=============================================
|
||||
|
||||
.. automodule:: letsencrypt.client.apache.configurator
|
||||
:members:
|
||||
|
||||
:mod:`letsencrypt.client.apache.obj`
|
||||
====================================
|
||||
|
||||
.. automodule:: letsencrypt.client.apache.obj
|
||||
:members:
|
||||
|
||||
:mod:`letsencrypt.client.apache.parser`
|
||||
=======================================
|
||||
|
||||
.. automodule:: letsencrypt.client.apache.parser
|
||||
:members:
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
:mod:`letsencrypt.client.apache_configurator`
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.apache_configurator
|
||||
:members:
|
||||
5
docs/api/client/challenge_util.rst
Normal file
5
docs/api/client/challenge_util.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:mod:`letsencrypt.client.challenge_util`
|
||||
----------------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.challenge_util
|
||||
:members:
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
:mod:`letsencrypt.client.nginx_configurator`
|
||||
--------------------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.nginx_configurator
|
||||
:members:
|
||||
5
docs/api/client/revoker.rst
Normal file
5
docs/api/client/revoker.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:mod:`letsencrypt.client.revoker`
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.revoker
|
||||
:members:
|
||||
|
|
@ -5,7 +5,7 @@ class Addr(object):
|
|||
"""Represents an Apache VirtualHost address.
|
||||
|
||||
:param str addr: addr part of vhost address
|
||||
:param str port: port number or *, or ""
|
||||
:param str port: port number or \*, or ""
|
||||
|
||||
"""
|
||||
def __init__(self, tup):
|
||||
|
|
|
|||
Loading…
Reference in a new issue