mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 12:02:03 +02:00
Put the congratulations in a separate box && show easy/secure choice for demo
This commit is contained in:
@@ -390,7 +390,8 @@ def authenticate():
|
|||||||
sni_challenge.apache_restart(quiet=curses)
|
sni_challenge.apache_restart(quiet=curses)
|
||||||
|
|
||||||
if 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:
|
else:
|
||||||
print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"
|
print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user