Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
01fips /
Delete
Unzip
Name
Size
Permission
Date
Action
fips-boot.sh
490
B
-rwxr-xr-x
2026-08-14 00:41
fips-load-crypto.sh
443
B
-rw-r--r--
2026-08-14 00:41
fips-noboot.sh
472
B
-rwxr-xr-x
2026-08-14 00:41
fips.sh
8.61
KB
-rwxr-xr-x
2026-08-14 00:41
module-setup.sh
1.94
KB
-rwxr-xr-x
2026-08-14 00:41
openssl.cnf
136
B
-rw-r--r--
2026-08-14 00:41
Save
Rename
#!/usr/bin/sh type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh if ! fipsmode=$(getarg fips) || [ "$fipsmode" = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf > /dev/null 2>&1 elif [ -z "$fipsmode" ]; then die "FIPS mode have to be enabled by 'fips=1' not just 'fips'" elif getarg boot= > /dev/null; then . /sbin/fips.sh fips_info "fips-boot: start" if mount_boot; then do_fips || die "FIPS integrity test failed" fi fips_info "fips-boot: done!" fi