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
Describe the bug The temporary certificates generated by --ssl are only valid for 60 seconds. they should be valid for 1 year.
--ssl
It looks like the error is here
nmap/ncat/ncat_ssl.c
Line 533 in ef8213a
To Reproduce
ncat --ssl -l 1234 & sleep 65; openssl s_client -quiet -connect localhost:1234
Expected behavior
The certificate should be valid for one year (or at least, more than 60 seconds).
Version info (please complete the following information):
ncat --version
Additional context
The text was updated successfully, but these errors were encountered:
Fix temporary TLS certificate expiry
ecc20f3
Fixes nmap#2167.
7181bc5
0e0d484
9334c9f
nnposter
Successfully merging a pull request may close this issue.
Describe the bug
The temporary certificates generated by
--ssl
are only valid for 60 seconds. they should be valid for 1 year.It looks like the error is here
nmap/ncat/ncat_ssl.c
Line 533 in ef8213a
To Reproduce
Expected behavior
The certificate should be valid for one year (or at least, more than 60 seconds).
Version info (please complete the following information):
ncat --version
: Ncat: Version 7.91 ( https://nmap.org/ncat )Additional context
The text was updated successfully, but these errors were encountered: