forked from TrueCloudLab/certificates
Add missing comment.
This commit is contained in:
parent
7db7b1ee4c
commit
a86dc78b5d
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()
|
t := now()
|
||||||
// Add modifiers from custom claims
|
// Add modifiers from custom claims
|
||||||
|
// FIXME: this is also set in the sign method using SSHOptions.Modify.
|
||||||
if opts.CertType != "" {
|
if opts.CertType != "" {
|
||||||
signOptions = append(signOptions, sshCertificateCertTypeModifier(opts.CertType))
|
signOptions = append(signOptions, sshCertificateCertTypeModifier(opts.CertType))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue