0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-16 01:26:58 +01:00

modules/console: Print more information with crt cmd.

This commit is contained in:
Jason Volk 2019-03-03 13:46:27 -08:00
parent 8331fd0890
commit 55c08f08ae

View file

@ -4807,7 +4807,7 @@ console_cmd__crt(opt &out, const string_view &line)
fs::read(filename)
};
out << openssl::printX509(buf, certfile) << std::endl;
out << openssl::printX509(buf, certfile, 0) << std::endl;
return true;
}