How to use the letsencrypt-apache.letsencrypt_apache.tls_sni_01.ApacheTlsSni01 function in letsencrypt-apache

To help you get started, we’ve selected a few letsencrypt-apache examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github certbot / certbot / letsencrypt-apache / letsencrypt_apache / tls_sni_01.py View on Github external
def __init__(self, *args, **kwargs):
        super(ApacheTlsSni01, self).__init__(*args, **kwargs)

        self.challenge_conf = os.path.join(
            self.configurator.conf("server-root"),
            "le_tls_sni_01_cert_challenge.conf")

letsencrypt-apache

Apache plugin for Let's Encrypt

Apache-2.0
Latest version published 8 years ago

Package Health Score

63 / 100
Full package analysis

Similar packages