From e302ce35ebb2c21b6dcb7f9c00455357653adbc9 Mon Sep 17 00:00:00 2001 From: Yoav Amit Date: Tue, 13 Aug 2024 11:20:43 -0400 Subject: [PATCH] forgot to add documentation --- pkg/pivit/generate.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/pivit/generate.go b/pkg/pivit/generate.go index 870c587..7a3080e 100644 --- a/pkg/pivit/generate.go +++ b/pkg/pivit/generate.go @@ -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