HEX
Server: Apache
System: Linux infongqeu12 4.4.400-icpu-107 #2 SMP Tue Nov 18 10:27:58 UTC 2025 x86_64
User: u112693849 (10625425)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Misc/run-help-openssl
if [ $# -eq 0 ]; then
    man openssl
else
    man $1
fi