forked from TrueCloudLab/certificates
Add missing comment.
This commit is contained in:
parent
fcccb06696
commit
be93c9e1f4
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ func (p *JWK) AuthorizeSSHSign(ctx context.Context, token string) ([]SignOption,
|
|||
|
||||
t := now()
|
||||
// Add modifiers from custom claims
|
||||
// FIXME: this is also set in the sign method using SSHOptions.Modify.
|
||||
if opts.CertType != "" {
|
||||
signOptions = append(signOptions, sshCertificateCertTypeModifier(opts.CertType))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue