@cryptotaxi247 / netdata-1 / commits / 5643c349d

Add documentation on using custom CA certificates to Learn (#21041)

* Add documentation on using custom CA certificates to Learn * Fix a typo

Ralph Meijer committed Sep 24, 2025 at 15:33 UTC 5643c349dbf29d6c085501e67e152af6b822c731
2 files changed +2 -1
docs/.map/map.csv
+1
@@ -58,6 +58,7 @@ https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/
58 https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-h2o.md,H2O,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
59 https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/optimize-the-netdata-agents-performance.md,Performance Optimization,Published,Netdata Agent/Configuration,"While the Netdata Agent is designed to monitor a system with only 1% CPU, you can optimize its performance for low-resource systems."
60 https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/organize-systems-metrics-and-alerts.md,"Organize systems, metrics, and alerts",Published,Netdata Agent/Configuration,
61 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/using-custom-ca-certificates-with-netdata.md,"Using custom CA certificates with Netdata",Published,Netdata Agent/Configuration,
62 https://github.com/netdata/netdata/edit/master/src/daemon/README.md,Daemon,Published,Netdata Agent,
63 https://github.com/netdata/netdata/edit/master/src/database/README.md,Database,Published,Netdata Agent,
64 https://github.com/netdata/netdata/edit/master/src/libnetdata/log/README.md,Logging,Published,Netdata Agent,
docs/netdata-agent/configuration/using-custom-ca-certificates-with-netdata.md
+1 -1
@@ -116,6 +116,6 @@ Windows. Instead, certificates must be installed into the bundled MSYS2 environm
116 using the following instructions:
117
118 1. Ensure the certificate file to be installed is in PEM or DER format.
119 -2. Copy the certificate file to `C:\Program FIles\Netdata\etc\pki\ca-trust\source\anchors`. You may need to create
119 +2. Copy the certificate file to `C:\Program Files\Netdata\etc\pki\ca-trust\source\anchors`. You may need to create
120 this directory.
121 3. In an administrative command prompt, run `C:\Program Files\Netdata\usr\bin\update-ca-trust.exe`