Update ca/client.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
This commit is contained in:
parent
7c53fe32c3
commit
78d93dcdfe
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ retry:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Capabilities performs the capabilities request to the CA and returns the
|
// Capabilities performs the capabilities request to the CA and returns the
|
||||||
// api.Capabilities struct.
|
// api.CapabilitiesResponse struct.
|
||||||
func (c *Client) Capabilities() (*api.CapabilitiesResponse, error) {
|
func (c *Client) Capabilities() (*api.CapabilitiesResponse, error) {
|
||||||
var retried bool
|
var retried bool
|
||||||
u := c.endpoint.ResolveReference(&url.URL{Path: "/capabilities"})
|
u := c.endpoint.ResolveReference(&url.URL{Path: "/capabilities"})
|
||||||
|
|
Loading…
Add table
Reference in a new issue