Custom SSL certs coming soon

This commit is contained in:
Kyle Drake 2014-12-02 01:32:15 -08:00
parent 587d5c8559
commit 56f712bb89
2 changed files with 12 additions and 6 deletions

View file

@ -103,7 +103,7 @@
</ul> </ul>
<ul> <ul>
<li>Unlimited Sites</li> <li>Unlimited Sites</li>
<li>Custom SSL Certificates</li> <li>Custom SSL Certificates (coming soon)</li>
<li>No upload type restrictions</li> <li>No upload type restrictions</li>
<li>Even more space</li> <li>Even more space</li>
</ul> </ul>
@ -121,7 +121,7 @@
</ul> </ul>
<ul> <ul>
<li>Unlimited Sites</li> <li>Unlimited Sites</li>
<li>Custom SSL Certificates</li> <li>Custom SSL Certificates (coming soon)</li>
<li>No upload type restrictions</li> <li>No upload type restrictions</li>
<li>A lot more space!</li> <li>A lot more space!</li>
</ul> </ul>
@ -171,7 +171,7 @@
</tr> </tr>
<tr> <tr>
<td class="feature-column"> <td class="feature-column">
<span data-original-title="How much content you can serve in one month. Dont worry—these are very soft limits, temporary surges are fine, we won't take your site down automatically, and we're very flexible.">Bandwidth</span> <span data-original-title="How much content you can serve in one month. Dont worry—these are soft limits. Temporary surges are fine, we won't take your site down automatically, and we're very flexible.">Bandwidth</span>
</td> </td>
<td><%= Site::PLAN_FEATURES[:free][:bandwidth].to_bytes_pretty %></td> <td><%= Site::PLAN_FEATURES[:free][:bandwidth].to_bytes_pretty %></td>
<td><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_bytes_pretty %></td> <td><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_bytes_pretty %></td>
@ -288,7 +288,7 @@
--> -->
<tr> <tr>
<td class="feature-column"> <td class="feature-column">
<span data-original-title="Make as many sites as you want, with one account.">Unlimited Site Creation</span> <span data-original-title="Make as many sites as you want with one account, and easily switch between them.">Unlimited Site Creation</span>
</td> </td>
<td></td> <td></td>
<td><i class="fa fa-check"></i></td> <td><i class="fa fa-check"></i></td>
@ -297,7 +297,7 @@
</tr> </tr>
<tr> <tr>
<td class="feature-column"> <td class="feature-column">
<span data-original-title="Upload your SSL certificate for your domain name, preventing snoops from seeing your users traffic.">Custom SSL Certificates</span> <span data-original-title="Upload your SSL certificate for your custom domain name, preventing snoops from seeing your users traffic.">Custom SSL Certs (soon)</span>
</td> </td>
<td></td> <td></td>
<td></td> <td></td>

View file

@ -31,6 +31,10 @@
This allows you to add an SSL key and certificate for your domain, enabling encryption for your site (https). It can take up to 5-30 minutes for the changes to go live, so please be patient. All files must be in PEM format. If your certificate is not bundled with the root and intermediate certificates, ask your certificate provider for help on how to do that. This allows you to add an SSL key and certificate for your domain, enabling encryption for your site (https). It can take up to 5-30 minutes for the changes to go live, so please be patient. All files must be in PEM format. If your certificate is not bundled with the root and intermediate certificates, ask your certificate provider for help on how to do that.
</p> </p>
<p><strong>We're wrapping up the finishing touches on SSL certs, it's not quite ready yet. Check back shortly!</strong></p>
<!--
<% if @site.domain.nil? || @site.domain.empty? %> <% if @site.domain.nil? || @site.domain.empty? %>
<p><strong>Cannot upload SSL certificate until domain is added.</strong></p> <p><strong>Cannot upload SSL certificate until domain is added.</strong></p>
<% else %> <% else %>
@ -58,3 +62,5 @@
</form> </form>
<% end %> <% end %>
-->