We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e987484 commit bee33a3Copy full SHA for bee33a3
1 file changed
observer/probers/ccadb/ccadb.go
@@ -55,7 +55,7 @@ func (c CCADBConf) UnmarshalSettings(settings []byte) (probers.Configurer, error
55
// for end-user consumption is returned instead.
56
func (c CCADBConf) MakeProber(collectors map[string]prometheus.Collector) (probers.Prober, error) {
57
// See https://www.ccadb.org/resources for these URLs.
58
- ccadbAllCertificatesCSVURL := "https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatV4a"
+ ccadbAllCertificatesCSVURL := "https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatv4"
59
if c.AllCertificatesCSVURL != "" {
60
ccadbAllCertificatesCSVURL = c.AllCertificatesCSVURL
61
}
0 commit comments