You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[inputs.x509_cert]]
## List certificate sources, support wildcard expands for files## Prefix your entry with 'file://' if you intend to use relative pathssources = ["https://example.com:443"]
As you can see, the serial number for the certificate is
serial_number=ad893bafa68b0b7fb7a404f06ecaf9a
but the true certificate serial is
0AD893BAFA68B0B7FB7A404F06ECAF9A
Steps to reproduce
all the details are in the log, also the true serial number can be obtained with the command
openssl s_client -connect example.com:443 2>/dev/null | openssl x509 -serial -noout
serial=0AD893BAFA68B0B7FB7A404F06ECAF9A
Expected behavior
the serial_number should be 0AD893BAFA68B0B7FB7A404F06ECAF9A
Actual behavior
the serial number is ad893bafa68b0b7fb7a404f06ecaf9a
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.33.1 (git: HEAD@44f3a504)
Docker
As you can see, the serial number for the certificate is
serial_number=ad893bafa68b0b7fb7a404f06ecaf9a
but the true certificate serial is
0AD893BAFA68B0B7FB7A404F06ECAF9A
Steps to reproduce
all the details are in the log, also the true serial number can be obtained with the command
openssl s_client -connect example.com:443 2>/dev/null | openssl x509 -serial -noout
serial=0AD893BAFA68B0B7FB7A404F06ECAF9A
Expected behavior
the serial_number should be 0AD893BAFA68B0B7FB7A404F06ECAF9A
Actual behavior
the serial number is ad893bafa68b0b7fb7a404f06ecaf9a
Additional info
No response
The text was updated successfully, but these errors were encountered: