/usr/lib/freedombox/first-run.d/40_apache2 is in freedombox-setup 0.8ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
#
# Make sure every machine have their own unique SSL certificate, even
# if it is a snake oil one.
make-ssl-cert generate-default-snakeoil --force-overwrite
|