We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b24236 commit aa6fc11Copy full SHA for aa6fc11
install/netbox-install.sh
@@ -68,7 +68,7 @@ $STD /opt/netbox/upgrade.sh
68
ln -s /opt/netbox/contrib/netbox-housekeeping.sh /etc/cron.daily/netbox-housekeeping
69
70
mv /opt/netbox/contrib/apache.conf /etc/apache2/sites-available/netbox.conf
71
-openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/netbox.key -out /etc/ssl/certs/netbox.crt -subj "/C=US/O=NetBox/OU=Certificate/CN=localhost" &>/dev/null
+$STD openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/netbox.key -out /etc/ssl/certs/netbox.crt -subj "/C=US/O=NetBox/OU=Certificate/CN=localhost"
72
$STD a2enmod ssl proxy proxy_http headers rewrite
73
$STD a2ensite netbox
74
systemctl restart apache2
0 commit comments