There is currently no easy way to set SignatureSchemes when using crypto/tls as a client. I assume we could just add SignatureSchemes to Config.
I need this feature, so I can monitor both RSA and ECDSA certificates when the TLS server (HTTPS in this case) is offering both. Relevant issue: prometheus/blackbox_exporter#731.
There is currently no easy way to set
SignatureSchemeswhen usingcrypto/tlsas a client. I assume we could just addSignatureSchemestoConfig.I need this feature, so I can monitor both RSA and ECDSA certificates when the TLS server (HTTPS in this case) is offering both. Relevant issue: prometheus/blackbox_exporter#731.