Rename Unique to site to No certificate
This commit is contained in:
parent
cd822156c9
commit
62ecc1cbc1
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ class UiWebsocket(object):
|
||||||
# Select certificate for site
|
# Select certificate for site
|
||||||
def actionCertSelect(self, to, accepted_domains=[], accept_any=False):
|
def actionCertSelect(self, to, accepted_domains=[], accept_any=False):
|
||||||
accounts = []
|
accounts = []
|
||||||
accounts.append(["", _["Unique to site"], ""]) # Default option
|
accounts.append(["", _["No certificate"], ""]) # Default option
|
||||||
active = "" # Make it active if no other option found
|
active = "" # Make it active if no other option found
|
||||||
|
|
||||||
# Add my certs
|
# Add my certs
|
||||||
|
|
Loading…
Reference in a new issue