pivit icon indicating copy to clipboard operation
pivit copied to clipboard

Results 3 pivit issues
Sort by recently updated
recently updated
newest added

### Background Now that pivit supports setting the PIN and touch policy for keys generated on specific slots, it'd be a good idea to set those policies to their default...

In order to better support testing `pivit`, we need to wrap all usages of `github.com/go-piv/piv-go/piv` in some kind of interface/package. This will in turn enable writing tests for each component...

1. We could probably remove the `--cert-file` flag when importing a certificate. And instead, change the `--import` flag from a boolean type to a string type and specify the filename...