mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1404 from Tagadda/fix-remove-old-certs
[fix] Force install certificate on yunohost domain add
This commit is contained in:
commit
24f8faca67
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def domain_add(operation_logger, domain, dyndns=False):
|
|||
# Actually subscribe
|
||||
dyndns_subscribe(domain=domain)
|
||||
|
||||
_certificate_install_selfsigned([domain], False)
|
||||
_certificate_install_selfsigned([domain], True)
|
||||
|
||||
try:
|
||||
attr_dict = {
|
||||
|
|
Loading…
Add table
Reference in a new issue