Skip to content

Commit

Permalink
Fix invalid error message
Browse files Browse the repository at this point in the history
> certifi is a library that was used in the python codebase, it does not apply anymore.

Refs:

* #1513 (review)
* https://jira.mesosphere.com/browse/DCOS-61005
  • Loading branch information
janisz committed Nov 21, 2019
1 parent d402a4b commit 91bc46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dcos/main.go
Expand Up @@ -27,7 +27,7 @@ func main() {
"run: 'dcos config set core.ssl_verify <value>'\n" +
"<value>: Whether to verify SSL certs for HTTPS or path to certs. " +
"Valid values are a path to a CA_BUNDLE, " +
"True (will then use CA certificates from certifi), " +
"True (will then use system CA certificates), " +
"or False (will then send insecure requests).\n"
fmt.Fprint(env.ErrOut, msg)
}
Expand Down

0 comments on commit 91bc46c

Please sign in to comment.