in reply to IPC::Run command is correctly constructed but does not have effect
422 $args->{keypass} = "'" . $self->getPassword("Private key passwor +d",1) . "'"
If the "'" concatenations are removed and a pass phrase without spaces is entered then the openssl commands execute from the script. If spaces are used then the command fails. If the password input is escaped with ' ' then the command simply does not execute from the script but does from the command line.
How do I allow private key pass-phrases to contain blanks and still get the script to operate?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IPC::Run command is correctly constructed but does not have effect
by Corion (Patriarch) on Oct 25, 2016 at 18:36 UTC |