We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the tls_expiry monitor: SNI seems quite common nowadays. Instead of having:
[lets-encrypt-certificat-pina-cat-28days] type=tls_expiry host=pina.cat min_days=28 sni=pina.cat
Could be:
[lets-encrypt-certificat-pina-cat-28days] type=tls_expiry host=pina.cat min_days=28
I think that SNI is used by default everywhere (or is part of the handshake when the browser connects there?).
I know that is hard to change default options without breaking existing monitors...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the tls_expiry monitor: SNI seems quite common nowadays. Instead of having:
Could be:
I think that SNI is used by default everywhere (or is part of the handshake when the browser connects there?).
I know that is hard to change default options without breaking existing monitors...
The text was updated successfully, but these errors were encountered: