Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Fixed typo #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inc/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div id='sslform'>
<form class="form-horizontal">
<p>This site checks the SSL/TLS configuration of a server. In shows you the full certificate chain, including all kinds of information about every certificate, as well as connection information like ciphersuites and protocol support.</p>
<p>This site checks the SSL/TLS configuration of a server. It shows you the full certificate chain, including all kinds of information about every certificate, as well as connection information like ciphersuites and protocol support.</p>
<p>Fill in either host + port or paste a CSR/Certficiate. Port defaults to 443. <br></p>
<fieldset>
<div class="form-group">
Expand Down Expand Up @@ -54,4 +54,4 @@
The SSL Decoder is processing your request. Please wait a few moments.<br>
</p>
</div>
<div id="resultDiv"></div>
<div id="resultDiv"></div>