Skip to content

Commit bee33a3

Browse files
authored
Revert "observer: use new URL for AllCertificates (#8718)"
This reverts commit e987484.
1 parent e987484 commit bee33a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

observer/probers/ccadb/ccadb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (c CCADBConf) UnmarshalSettings(settings []byte) (probers.Configurer, error
5555
// for end-user consumption is returned instead.
5656
func (c CCADBConf) MakeProber(collectors map[string]prometheus.Collector) (probers.Prober, error) {
5757
// See https://www.ccadb.org/resources for these URLs.
58-
ccadbAllCertificatesCSVURL := "https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatV4a"
58+
ccadbAllCertificatesCSVURL := "https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatv4"
5959
if c.AllCertificatesCSVURL != "" {
6060
ccadbAllCertificatesCSVURL = c.AllCertificatesCSVURL
6161
}

0 commit comments

Comments
 (0)