#96 Remove trailing CR/LF when reading passwords from a file.
Merged by rcritten. Opened by rcritten.
rcritten/certmonger password  into  master

Otherwise the CF/LF is hex-encoded and sent along as part of the password which then fails.

@cheimes can you take a look?

rebased onto ad5a5cfc6efb4a07b09822665d9a82d9c1e9af52

If I understand the code correctly, the new code chops off any junk after the first \r or \n. The line break and any additional line are ignored.

SGTM

rebased onto a55000a067d68cbf7aaf201b73ba2eb14090f916

Pull-Request has been merged by rcritten

Metadata