how tos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-13 15:42:40 +01:00
parent 7e17a5df75
commit 0fb46dcb79
4 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# How to add a CA certificate in Debian
Copy CA file with extension `crt` into `/usr/local/share/ca-certificates/`.
Call `update-ca-certificates` as root.