TLS: Difference between revisions

m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Tags: Mobile edit Mobile web edit
 
Line 32: Line 32:
and therefore is quite noisy.
and therefore is quite noisy.


<source lang="bash">
<syntaxhighlight lang="bash">
nmap --script +ssl-enum-ciphers example.com
nmap --script +ssl-enum-ciphers example.com
</source>
</syntaxhighlight>


Using [[Certbot]], you can manage your certificates.
Using [[Certbot]], you can manage your certificates.