mirror of
https://github.com/TrentSPalmer/trentdocs_website.git
synced 2025-07-30 21:01:37 -07:00
minor correction docs/debian_nspawn_container_on_arch_for_testing_apache_configurations.md
This commit is contained in:
@ -57,6 +57,7 @@ without dbus. In this case use the following sequence of commands.
|
||||
# start the container and login as root
|
||||
systemd-nspawn -b -D <container name> --network-bridge=br0
|
||||
# bring up networking so you can install dbus
|
||||
systemctl enable/start systemd-networkd
|
||||
# this is also a good time to install and configure locale
|
||||
apt install dbus locales
|
||||
# to configure locale
|
||||
@ -88,7 +89,7 @@ tasksel install web-server
|
||||
# enable mod ssl
|
||||
a2enmod ssl ; systemctl restart apache2
|
||||
# enable the default ssl test page
|
||||
a2ensite /etc/apache2/sites-available/default-ssl.conf
|
||||
a2ensite default-ssl.conf ; systemctl reload apache2
|
||||
```
|
||||
|
||||
You'll be up and running with the default self-signed certs.
|
||||
|
Reference in New Issue
Block a user