mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #698] [Bug]: Virtual printer CA certificate path incorrect in wiki documentation #464
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luckygreen on GitHub (Mar 14, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/698
Originally assigned to: @maziggy on GitHub.
Bug Description
The wiki documents the CA certificate path as
data/virtual_printer/certs/bbl_ca.crtfor native installs. This path does not exist. The actual certificate directory isvirtual_printer/certs/{id}/and containsvirtual_printer.crtandvirtual_printer.key— nobbl_ca.crtfile is generated.Expected Behavior
CA certificate exists at documented path
data/virtual_printer/certs/bbl_ca.crtafter enabling virtual printer.Steps to Reproduce
data/virtual_printer/certs/bbl_ca.crtPrinter Model
X1 Carbon
Bambuddy Version
0.2.2b4
Printer Firmware Version
01.11.02.00
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Mar 14, 2026):
You need to enable virtual printer in Proxy mode to trigger certificate generation. Other VP modes are not requiring a cert.
@luckygreen commented on GitHub (Mar 14, 2026):
The documentation specifies an incorrect file path for the Virtual Printer CA certificates. While the certificates are generated correctly, they are not located in the directory described.
Documentation states:
./data/virtual_printer/certs/bbl_ca.crtActual location:
./virtual_printer/certs/bbl_ca.crt(relative to the application root, typically/opt/bambuddy/).Proposed Fix
Update the path in the "Virtual Printer" and "Authentication" sections of the wiki to reflect the actual directory structure, to prevent user confusion during manual certificate installation.
@maziggy commented on GitHub (Mar 14, 2026):
Fixed in docs.
@luckygreen commented on GitHub (Mar 16, 2026):
I did enable a virtual proxy printer. The certs exit. But not in the location stated in the docs.
This is a simple, easy to be fixed, documentation bug. No more.