We do have succefully tested the letsencrypt on the V4 and it does works, the letsencrypt will be added to the code.
for people who are testing already or need to test it only if it has letsencrypt.
Are you ready ? let start but first off have some delecious cookies.
i've tested this on my production V4 EFA and it works.
Alright let begin. let's assume your EFA FQDN Name is EFA.example.com and port 80/443 NAT to the EFA
Code: Select all
Step 1 : Important take a snapshot / backup of your EFACode: Select all
Step 2 : yum -y install yum-utils ( is already installed just double check )Code: Select all
Step 3 yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optionalCode: Select all
step 4 yum install python2-certbot-apacheCode: Select all
step 6 make sure your https redirect is disabled op option 10 and option 1Code: Select all
step 7 edit /etc/httpd/conf.d/ssl.confCode: Select all
step 8 make sure the # is remove in front of the # ServerName and the out put looks like ServerName efa.example.nl:443 and not #ServerName efa.example.nl:443Code: Select all
step 8 sudo certbot -i apache -a webroot -d efa.example.nl -w /var/www/htmlmake sure to enable the redirection again on options 10 /1
If you have any questions feel free to asks.