Install on Armbian for Odroid HC4 doesn't make snakeoil pem

Armbian works well on the Odroid HC4 - 64bit Arm with two SATA drive slots at the top - looking a bit like a toaster. For other OS installs, it is easy to get Docker or OMV installed via armbian-config.

Treating it as a pure Debian setup, I tried the package install of Freedom box on a pristine Armbian installation. It completes but Apache does not come up. Looking into logs the snakeoil.pem isn’t being created.

Hi,

Please try running the following command as root:

make-ssl-cert generate-default-snakeoil --force-overwrite

--force-overwrite can be removed if the file /etc/ssl/certs/ssl-cert-snakeoil.pem does not already exist.