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

Commit

Permalink
remove .so domain warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy committed Sep 15, 2015
1 parent 6882cf3 commit 0c4df45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions inc/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<div class="page-header" >
<h1>SSL Decoder</h1>
</div>
<div class='alert alert-info' role='alert'>Because of upcoming <a href='https://www.openprovider.co.uk/about-openprovider/news/upcoming-changes-somalian-so-domains'>.so TLD changes</a>, the SSL decoder's new domain is <a href='https://ssldecoder.org'>ssldecoder.org</a>. Please update your bookmarks.</div>
<div id='sslform'>
<form class="form-horizontal">
<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/Certficiate. Port defaults to 443. <br></p>
<fieldset>
<div class="form-group">
<label class="col-md-1 control-label" for="host">Host</label>
<label class="col-md-1 control-label" for="host">Host </label>
<div class="col-md-5">
<input id="host" name="host" type="text" placeholder="raymii.org" class="form-control input-md" >
<input id="host" name="host" type="text" placeholder="raymii.org (or Host:IP to test a specific hostname on an IP)" class="form-control input-md" >
</div>
<label class="col-md-1 control-label" for="port">Port</label>
<div class="col-md-2">
Expand Down

0 comments on commit 0c4df45

Please sign in to comment.