forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
d64427487d
commit
3e0ab8fba7
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ func (a *Authority) Revoke(ctx context.Context, revokeOpts *RevokeOptions) error
|
||||||
} else {
|
} else {
|
||||||
// Revoke an X.509 certificate using CAS. If the certificate is not
|
// Revoke an X.509 certificate using CAS. If the certificate is not
|
||||||
// provided we will try to read it from the db. If the read fails we
|
// provided we will try to read it from the db. If the read fails we
|
||||||
// won't throw an error as it will be responsability of the CAS
|
// won't throw an error as it will be responsibility of the CAS
|
||||||
// implementation to require a certificate.
|
// implementation to require a certificate.
|
||||||
var revokedCert *x509.Certificate
|
var revokedCert *x509.Certificate
|
||||||
if revokeOpts.Crt != nil {
|
if revokeOpts.Crt != nil {
|
||||||
|
|
Loading…
Reference in a new issue