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
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,24 @@ 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
20
22
21
-
You need to pass your[Management Console password](https://help.github.com/enterprise/2.0/admin/articles/accessing-the-management-console/) as an authentication token to every Management Console API endpoint except[`/setup/api/start`](#upload-a-license-for-the-first-time).
23
+
You need to pass your[Management Console password](https://help.github.com/enterprise/admin/articles/accessing-the-management-console/) as an authentication token to every Management Console API endpoint except[`/setup/api/start`](#upload-a-license-for-the-first-time).
22
24
23
25
Use the`api_key` parameter to send this token with each request. For example: