示例#1
0
文件: setup.py 项目: dataent/bench
def setup_wildcard_ssl(domain, email, exclude_base_domain):
    ''' Setup wildcard ssl certificate '''
    from bench.config.lets_encrypt import setup_wildcard_ssl
    setup_wildcard_ssl(domain,
                       email,
                       bench_path='.',
                       exclude_base_domain=exclude_base_domain)
示例#2
0
def setup_wildcard_ssl(domain, email, exclude_base_domain):
    from bench.config.lets_encrypt import setup_wildcard_ssl
    setup_wildcard_ssl(domain,
                       email,
                       bench_path=".",
                       exclude_base_domain=exclude_base_domain)
示例#3
0
文件: setup.py 项目: ccfiel/bench
def setup_wildcard_ssl(domain, email, exclude_base_domain):
	''' Setup wildcard ssl certificate '''
	from bench.config.lets_encrypt import setup_wildcard_ssl
	setup_wildcard_ssl(domain, email, bench_path='.', exclude_base_domain=exclude_base_domain)