Skip to content

Commit

Permalink
forgot to add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavamit committed Aug 13, 2024
1 parent 1c8d7cb commit e302ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/pivit/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ type GenerateCertificateOpts struct {
PINPolicy piv.PINPolicy
// TouchPolicy specifies when (or if) to touch the yubikey to access the private key
TouchPolicy piv.TouchPolicy
// CertificateParameters
// CertificateParameters contains the subject information and DNS names, URIs, IP addresses,
// and email addresses the generated certificate/CSR will be tied to
CertificateParameters CertificateParameters
// Slot to use for the private key
Slot piv.Slot
Expand Down

0 comments on commit e302ce3

Please sign in to comment.