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

@ -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.
</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? %>
<p><strong>Cannot upload SSL certificate until domain is added.</strong></p>
<% else %>
@ -57,4 +61,6 @@
<input class="btn-Action" type="submit" value="Upload SSL Key and Certificate">
</form>
<% end %>
<% end %>
-->