/etc/sysconfig
NameSizeModeActions
console/-0755rm
imunify360/-0755rm
modules/-0755rm
network-scripts/-0755rm
aibolit-resident300640editdlrm
aibolit-resident-hyperscan630644editdlrm
anaconda1450644editdlrm
atd4030644editdlrm
authconfig.rpmsave4830644editdlrm
certbot17690644editdlrm
chronyd460644editdlrm
cpupower1500644editdlrm
crond1100644editdlrm
dovecot720600editdlrm
ebtables-config4170600editdlrm
exim1420644editdlrm
exim.rpmorig210644editdlrm
firewalld730644editdlrm
grub3840644editdlrm
htcacheclean3500644editdlrm
httpd10520644editdlrm
ip6tables6350600editdlrm
ip6tables-config21340600editdlrm
iptables52260600editdlrm
iptables-config21160600editdlrm
iptables.save670930600editdlrm
irqbalance9030644editdlrm
kdump24970644editdlrm
kernel1850644editdlrm
man-db3100644editdlrm
named8450644editdlrm
netconsole6340644editdlrm
network750644editdlrm
nftables.conf3640600editdlrm
qemu-ga8820644editdlrm
readonly-root9050644editdlrm
rpc-rquotad3950644editdlrm
rpcbind730644editdlrm
rsyncd120644editdlrm
rsyslog1960644editdlrm
run-parts00644editdlrm
selinux5410644editdlrm
smartmontools1860644editdlrm
snmpd1030644editdlrm
snmptrapd1080644editdlrm
sshd5910640editdlrm
sysstat10150644editdlrm
sysstat.ioconf64300644editdlrm
wpa_supplicant2580644editdlrm
Edit: /etc/sysconfig/certbot (1769B)
## NOTE ## # If a hook is set here then it will be used for all # certificates and will override any per certificate # hook configuration in place. # Command to be run in a shell before obtaining any # certificates. Intended primarily for renewal, where it # can be used to temporarily shut down a webserver that # might conflict with the standalone plugin. This will # only be called if a certificate is actually to be # obtained/renewed. When renewing several certificates # that have identical pre-hooks, only the first will be # executed. # # An example to stop the MTA before updating certs would be # PRE_HOOK="--pre-hook 'systemctl stop postfix'" PRE_HOOK="" # Command to be run in a shell after attempting to # obtain/renew certificates. Can be used to deploy # renewed certificates, or to restart any servers that # were stopped by --pre-hook. This is only run if an # attempt was made to obtain/renew a certificate. If # multiple renewed certificates have identical post- # hooks, only one will be run. # # An example to restart httpd would be: # POST_HOOK="--post-hook 'systemctl restart httpd'" POST_HOOK="" # Command to be run in a shell once for each # successfully renewed certificate. For this command, # the shell variable $RENEWED_LINEAGE will point to the # config live subdirectory containing the new certs and # keys; the shell variable $RENEWED_DOMAINS will contain # a space-delimited list of renewed cert domains # # An example to run a script to alert each cert would be: # DEPLOY_HOOK="--deploy-hook /usr/local/bin/cert-notifier.sh" DEPLOY_HOOK="" # Any other misc arguments for the renewal # See certbot -h renew for full list # # An example to force renewal for certificates not due yet # CERTBOT_ARGS="--force-renewal" CERTBOT_ARGS=""