forked from TrueCloudLab/certificates
Fix log string.
This commit is contained in:
parent
4795e371bd
commit
49b9aa6e3f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ func (p *ACME) AuthorizeSign(ctx context.Context, token string) ([]SignOption, e
|
|||
// Certificate templates
|
||||
templateOptions, err := TemplateOptions(p.Options, x509util.NewTemplateData())
|
||||
if err != nil {
|
||||
return nil, errs.Wrap(http.StatusInternalServerError, err, "jwk.AuthorizeSign")
|
||||
return nil, errs.Wrap(http.StatusInternalServerError, err, "acme.AuthorizeSign")
|
||||
}
|
||||
|
||||
return []SignOption{
|
||||
|
|
Loading…
Reference in a new issue