mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03:00
I'm so tired of typos
This commit is contained in:
parent
b7280e6949
commit
01308b4bae
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ func (iss *ACMEIssuer) Revoke(ctx context.Context, cert certmagic.CertificateRes
|
|||
// to be accessed and manipulated.
|
||||
func (iss *ACMEIssuer) GetACMEIssuer() *ACMEIssuer { return iss }
|
||||
|
||||
// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisifes
|
||||
// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisfies
|
||||
// the CertMagic interface for ARI support.
|
||||
func (iss *ACMEIssuer) GetRenewalInfo(ctx context.Context, cert certmagic.Certificate) (acme.RenewalInfo, error) {
|
||||
return iss.issuer.GetRenewalInfo(ctx, cert)
|
||||
|
|
Loading…
Reference in a new issue