Skip to content

Commit 08af3ae

Browse files
committed
add link re: -k flag and move note to tip section
1 parent 7055fe3 commit 08af3ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/enterprise/management_console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ You must explicitly set the port number when making API calls to the Management
1414

1515
If you don't want to provide a port number, you'll need to configure your tool to automatically follow redirects.
1616

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+
1719
{{/tip}}
1820

1921
## Authentication
@@ -47,8 +49,6 @@ When using this endpoint, your Enterprise instance must have a password set. Thi
4749
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.
4850
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.
4951

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).
51-
5252
{{/warning}}
5353

5454
### Parameters

0 commit comments

Comments
 (0)