forked from stove/risotto
autosigne => self-signed
This commit is contained in:
parent
ac035aacf1
commit
7056e9b361
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ def build_files(hostname: str,
|
||||||
if is_list_name != is_list_domain:
|
if is_list_name != is_list_domain:
|
||||||
raise Exception('certificate name and domain name must be a list together')
|
raise Exception('certificate name and domain name must be a list together')
|
||||||
if 'provider' not in certificate_data:
|
if 'provider' not in certificate_data:
|
||||||
certificate_data['provider'] = 'autosigne'
|
certificate_data['provider'] = 'self-signed'
|
||||||
if is_list_name:
|
if is_list_name:
|
||||||
if len(certificate_data['name']) != len(certificate_data['domain']):
|
if len(certificate_data['name']) != len(certificate_data['domain']):
|
||||||
raise Exception('certificate name and domain name must have same length')
|
raise Exception('certificate name and domain name must have same length')
|
||||||
|
|
Loading…
Reference in a new issue