Josh
Josh
when running `create-root-ca -d $ROOT_CA_DIR`, on a default Raspbian distro, from current HEAD (97d849664ada49a668589cbc99e14d5818c86a66), I get a config file error during RSA key generation. I don't have the full text...
``` python def doFullDebug (self): sys.stderr.write("[*] *************************************\n") sys.stderr.write("[*] NUMBERS\n") sys.stderr.write("[*] *************************************\n") for idx, value in enumerate(self.numbers): sys.stderr.write("NUMBER: " + str(idx) + " is " + str(value) + "(length=" + str(len(value))...
in mspackWrapper.c, a comment for SetupPath misspelled "extracting" as "exracting"