forked from TrueCloudLab/certificates
Fix typo
This commit is contained in:
parent
7a64a84761
commit
a44b0a1d52
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import (
|
||||||
type Authority interface {
|
type Authority interface {
|
||||||
SSHAuthority
|
SSHAuthority
|
||||||
// NOTE: Authorize will be deprecated in future releases. Please use the
|
// NOTE: Authorize will be deprecated in future releases. Please use the
|
||||||
// context specific Authoirize[Sign|Revoke|etc.] methods.
|
// context specific Authorize[Sign|Revoke|etc.] methods.
|
||||||
Authorize(ctx context.Context, ott string) ([]provisioner.SignOption, error)
|
Authorize(ctx context.Context, ott string) ([]provisioner.SignOption, error)
|
||||||
AuthorizeSign(ott string) ([]provisioner.SignOption, error)
|
AuthorizeSign(ott string) ([]provisioner.SignOption, error)
|
||||||
GetTLSOptions() *tlsutil.TLSOptions
|
GetTLSOptions() *tlsutil.TLSOptions
|
||||||
|
|
Loading…
Reference in a new issue