forked from TrueCloudLab/certificates
fix #2 indentation
This commit is contained in:
parent
290d5ee979
commit
692f7692a2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ func (k *YubiKey) CreateSigner(req *apiv1.CreateSignerRequest) (crypto.Signer, e
|
||||||
}
|
}
|
||||||
|
|
||||||
priv, err := k.yk.PrivateKey(slot, cert.PublicKey, piv.KeyAuth{
|
priv, err := k.yk.PrivateKey(slot, cert.PublicKey, piv.KeyAuth{
|
||||||
PIN: k.pin,
|
PIN: k.pin,
|
||||||
PINPolicy: piv.PINPolicyAlways,
|
PINPolicy: piv.PINPolicyAlways,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue