Skip to content

Commit

Permalink
Removes ssl folder and updates proxbox.service to link to /etc/ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed Nov 22, 2024
1 parent 9101c36 commit 2fa18fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion contrib/proxbox.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Group=netbox
PIDFile=/var/tmp/proxbox.pid
WorkingDirectory=/opt/netbox/netbox/netbox-proxbox

ExecStart=/opt/netbox/venv/bin/uvicorn netbox-proxbox.netbox_proxbox.main:app --host 0.0.0.0 --port 8800 --app-dir /opt/netbox/netbox --ssl-keyfile=/opt/netbox/netbox/netbox-proxbox/ssl/proxbox.key --ssl-certfile=proxbox.crt
ExecStart=/opt/netbox/venv/bin/uvicorn netbox-proxbox.netbox_proxbox.main:app --host 0.0.0.0 --port 8800 --app-dir /opt/netbox/netbox --ssl-keyfile=/etc/ssl/proxbox.key --ssl-certfile=/etc/ssl/proxbox.crt

Restart=on-failure
RestartSec=30
Expand Down
24 changes: 0 additions & 24 deletions ssl/proxbox.crt

This file was deleted.

28 changes: 0 additions & 28 deletions ssl/proxbox.key

This file was deleted.

0 comments on commit 2fa18fa

Please sign in to comment.