Browse Source

Use system certificate configuration for Yum/DNF repos. (#18293)

Austin S. Hemmelgarn 7 months ago
parent
commit
2cb6079ca2

+ 6 - 0
packaging/repoconfig/deb.changelog

@@ -1,3 +1,9 @@
+@PKG_NAME@ (3-3) unstable; urgency=medium
+
+  * Version bump to keep in sync with RPM repo packages
+
+ -- Netdata Builder <bot@netdata.cloud>  Fri, 9 Aug 2024 09:37:00 -0400
+
 @PKG_NAME@ (3-2) unstable; urgency=medium
 
   * Version bump to keep in sync with RPM repo packages

+ 0 - 2
packaging/repoconfig/netdata.repo.dnf

@@ -6,7 +6,6 @@ gpgcheck=1
 gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
 enabled=1
 sslverify=1
-sslcacert=/etc/pki/tls/certs/ca-bundle.crt
 priority=50
 
 [netdata-repoconfig]
@@ -17,5 +16,4 @@ gpgcheck=1
 gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
 enabled=1
 sslverify=1
-sslcacert=/etc/pki/tls/certs/ca-bundle.crt
 priority=50

+ 2 - 0
packaging/repoconfig/rpm.changelog

@@ -1,3 +1,5 @@
+* Fri Aug 9 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-3
+- Use system certificate config for Yum/DNF repos.
 * Mon Jun 24 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-2
 - Fix package file names.
 * Fri Jun 14 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-1