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

Fix typo #39

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
2 changes: 1 addition & 1 deletion inc/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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>Fill in either host + port or paste a CSR/Certficiate. Port defaults to 443. <br></p>
<p>Fill in either host + port or paste a CSR/Certificate. Port defaults to 443. <br></p>
<fieldset>
<div class="form-group">
<label class="col-md-1 control-label" for="host">Host </label>
Expand Down