mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
IInstaller.deploy_cert docs/naming fixes
This commit is contained in:
@@ -193,12 +193,13 @@ class IInstaller(IPlugin):
|
||||
def get_all_names():
|
||||
"""Returns all names that may be authenticated."""
|
||||
|
||||
def deploy_cert(domain, cert, key, cert_chain=None):
|
||||
def deploy_cert(domain, cert_path, key_path, chain_path=None):
|
||||
"""Deploy certificate.
|
||||
|
||||
:param str domain: domain to deploy certificate
|
||||
:param str cert: certificate filename
|
||||
:param str key: private key filename
|
||||
:param str domain: domain to deploy certificate file
|
||||
:param str cert_path: absolute path to the certificate file
|
||||
:param str key_path: absolute path to the private key file
|
||||
:param str chain_path: absolute path to the certificate chain file
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user