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:
parent
8331fd0890
commit
55c08f08ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue