forked from TrueCloudLab/certificates
minimize diff
This commit is contained in:
parent
c6bb7aa199
commit
1fb4406801
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func main() {
|
|||
fatal(err)
|
||||
}
|
||||
|
||||
if c.Pin == "" && u.Get("pin-value") == "" && u.Get("pin-source") == "" {
|
||||
if u.Get("pin-value") == "" && u.Get("pin-source") == "" && c.Pin == "" {
|
||||
pin, err := ui.PromptPassword("What is the PKCS#11 PIN?")
|
||||
if err != nil {
|
||||
fatal(err)
|
||||
|
|
Loading…
Reference in a new issue