We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483db91 commit 7194587Copy full SHA for 7194587
gns3server/server.py
@@ -167,9 +167,8 @@ def _set_config_defaults_from_command_line(args):
167
config.Server.allow_remote_console = args.allow
168
config.Server.host = args.host
169
config.Server.port = args.port
170
- #FIXME
171
- #config.Server.certfile = args.certfile
172
- #config.Server.certkey = args.certkey
+ config.Server.certfile = args.certfile
+ config.Server.certkey = args.certkey
173
config.Server.enable_ssl = args.ssl
174
175
def _signal_handling(self):
0 commit comments