mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
minimize diff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user