You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: initial_setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
print()
17
17
auto_config_delay=input("How long of a delay would you like without an active connection \nbefore auto-reconfiguration triggers (seconds)? [default: 300]: ")
18
18
print()
19
-
ssl_enabled_choice=input("Would you like to enable SSL during configuration mode (y/N)?: ")
19
+
ssl_enabled_choice=input("Would you like to enable SSL during configuration mode \n(NOTICE: you will get a certificate ID error when connecting, \nbut traffic will be encrypted) (y/N)?: ")
0 commit comments