[GH-ISSUE #698] [Bug]: Virtual printer CA certificate path incorrect in wiki documentation #464

Closed
opened 2026-05-06 12:29:49 +02:00 by BreizhHardware · 4 comments

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.crt for native installs. This path does not exist. The actual certificate directory is virtual_printer/certs/{id}/ and contains virtual_printer.crt and virtual_printer.key — no bbl_ca.crt file is generated.

Expected Behavior

CA certificate exists at documented path data/virtual_printer/certs/bbl_ca.crt after enabling virtual printer.

Steps to Reproduce

  1. Native install on Ubuntu 24.04 LXC (Proxmox)
  2. Enable virtual printer in Settings
  3. Follow wiki instructions at https://wiki.bambuddy.cool/features/virtual-printer/#step-1-locate-the-ca-certificate to locate CA cert at data/virtual_printer/certs/bbl_ca.crt
  4. Path does not exist

Printer 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

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
  • My printer has Developer Mode enabled
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.crt` for native installs. This path does not exist. The actual certificate directory is `virtual_printer/certs/{id}/` and contains `virtual_printer.crt` and `virtual_printer.key` — no `bbl_ca.crt` file is generated. ### Expected Behavior CA certificate exists at documented path `data/virtual_printer/certs/bbl_ca.crt` after enabling virtual printer. ### Steps to Reproduce 1. Native install on Ubuntu 24.04 LXC (Proxmox) 2. Enable virtual printer in Settings 3. Follow wiki instructions at https://wiki.bambuddy.cool/features/virtual-printer/#step-1-locate-the-ca-certificate to locate CA cert at `data/virtual_printer/certs/bbl_ca.crt` 4. Path does not exist ### Printer 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 ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-06 12:29:49 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:4060179506 --> @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.
Author
Owner

@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.crt

Actual 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.

<!-- gh-comment-id:4060221321 --> @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.crt`** Actual 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.
Author
Owner

@maziggy commented on GitHub (Mar 14, 2026):

Fixed in docs.

<!-- gh-comment-id:4060260151 --> @maziggy commented on GitHub (Mar 14, 2026): Fixed in docs.
Author
Owner

@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.

<!-- gh-comment-id:4065993587 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#464
No description provided.