@lebrun78 said in https, with home certificates and boot.php… No such file or directory (http://ipxe.org/2d0c613b):
./installfog.sh -C -K
I really hope you don’t use the fog-client software as re-generating the internal CA will break all communication to the fog-clients.
I modified /etc/httpd/conf.d/fog.conf with…
This will be overwritten as soon as you re-run the FOG installer. I know this part of FOG needs some more attention but I can’t find the time to get into all of this. So I lost track of the SSL stuff a few weeks ago. Will need to work on the wiki article about this again: https://wiki.fogproject.org/wiki/index.php?title=HTTPS (this is not ready-set-go yet)
I tried to generate a new ipxe configuration
cd /opt/fogproject-1.5.9-RC2/utils/FOGiPXE/
./buildipxe.sh
You will need to specify your CA cert on the command line when building and manually copy the binaries over after that, e.g.:
cd /opt/fogproject-1.5.9-RC2/utils/FOGiPXE/
./buildipxe.sh /etc/httpd/cert/DigiCertCA.crt
cd ../../packages/tftp/
find -type f -exec cp -Rfv {} /tftpboot/{} \;