Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/juju/commands: default to port 443 when autocert configured #6391
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit d72a3ef
into
juju:master
Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedOct 6, 2016
When an autocert host is specified, we'll almost always want to use
port 443 (otherwise it won't work) so default to that port when
the autocert-dns-name controller configuration option is specified,
removing the need for the --force-api-port flag.