Server IP : 162.241.126.129 / Your IP : 3.16.50.1 Web Server : Apache System : Linux 162-241-126-129.cprapid.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64 User : rvway5nu4 ( 1018) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/libexec/p11-kit/ |
Upload File : |
#!/usr/bin/bash set -e if test "$UID" != "0"; then echo "p11-kit: the 'extract-trust' command must be run as root" >&2 exit 2 fi if test $# -gt 1; then echo "p11-kit: no additional arguments are supported for this command" >&2 exit 2 fi exec /usr/bin/update-ca-trust