Edit Network Script
Edit /etc/sysconfig/network-scripts/ifcfg-XXXXX
Append:
DHCP_HOSTNAME="$(hostname -s)"
Edit /etc/sysconfig/network-scripts/ifcfg-XXXXX
Append:
DHCP_HOSTNAME="$(hostname -s)"
I have not tested this recently so revise when completing again
letsencrypt certonly -d <website> --manual --manual-public-ip-logging-ok
Then follow the same steps as for renewing
The required apache config is below:
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite HIGH:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile ...
echo "modprobe raid1" > /etc/sysconfig/modules/raid.modules
you can add lines for another raid level (raid0 or raid10 for example)
chmod +x /etc/sysconfig/modules/raid.modules
May not survive ...
read more