mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Put the congratulations in a separate box && show easy/secure choice for demo
This commit is contained in:
parent
f555c8ae93
commit
13c7fd045e
1 changed files with 2 additions and 1 deletions
|
|
@ -390,7 +390,8 @@ def authenticate():
|
|||
sni_challenge.apache_restart(quiet=curses)
|
||||
|
||||
if curses:
|
||||
shower.add("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!")
|
||||
dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!")
|
||||
by_default()
|
||||
else:
|
||||
print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue