qzind / tray

Browser plugin for sending documents and raw commands to a printer or attached device.
https://qz.io
Other
823 stars 266 forks source link

Add support for snap system-wide certificates #1239

Closed tresf closed 2 months ago

tresf commented 4 months ago

Per: https://snapcraft.io/docs/system-options#heading--store-certs

Closing this should also close #1238

A possible workaround until this is implemented:

# Adds QZ Tray's root-ca.crt to the snap system store:
sudo snap set system store-certs.qz="$(cat /srv/qz/ssl/root-ca.crt)"

... and to remove:

# Removes QZ Tray's root-ca.crt from the snap system store:
sudo snap unset system store-certs.qz
tresf commented 2 months ago

Closed via 84138a0. This patch will be part of QZ Tray 2.2.4.

tresf commented 2 months ago

According to @Vzor-'s testing, this should be supported in the current master branch. He did find a bug which was preventing it from working. If it's determined to not work for all snap applications, please request a reopen.