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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/enterprise/management_console.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ You must explicitly set the port number when making API calls to the Management
14
14
15
15
If you don't want to provide a port number, you'll need to configure your tool to automatically follow redirects.
16
16
17
+
You may also need to add the[`-k` flag](http://curl.haxx.se/docs/manpage.html#-k) when using`curl`, since GitHub Enterprise uses a self-signed certificate before you[add your own SSL certificate](https://help.github.com/enterprise/admin/guides/installation/dns-hostname-subdomain-isolation-and-ssl/#ssl).
18
+
17
19
{{/tip}}
18
20
19
21
##Authentication
@@ -47,8 +49,6 @@ When using this endpoint, your Enterprise instance must have a password set. Thi
47
49
1. If you're working directly with the API before accessing the web interface, you must pass in the password parameter to set your password.
48
50
2. If you set up your instance via the web interface before accessing the API, your calls to this endpoint do not need the password parameter.
49
51
50
-
You may also need to add the`-k` flag when using`curl`, since GitHub Enterprise uses a self-signed certificate before you[add your own SSL certificate](https://help.github.com/enterprise/admin/guides/installation/dns-hostname-subdomain-isolation-and-ssl/#ssl).