forked from TrueCloudLab/lego
Remove unneeded function
This commit is contained in:
parent
a8c2a12871
commit
f41ed4f9de
1 changed files with 0 additions and 4 deletions
|
@ -518,10 +518,6 @@ func (c *Client) requestCertificates(challenges []authorizationResource, bundle
|
|||
return certs, failures
|
||||
}
|
||||
|
||||
func (c *Client) requestSANCertificate() {
|
||||
|
||||
}
|
||||
|
||||
func (c *Client) requestCertificate(authz []authorizationResource, bundle bool) (CertificateResource, error) {
|
||||
if len(authz) == 0 {
|
||||
return CertificateResource{}, errors.New("Passed no authorizations to requestCertificate!")
|
||||
|
|
Loading…
Reference in a new issue