mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Custom SSL certs coming soon
This commit is contained in:
parent
587d5c8559
commit
56f712bb89
2 changed files with 12 additions and 6 deletions
|
@ -103,7 +103,7 @@
|
|||
</ul>
|
||||
<ul>
|
||||
<li>Unlimited Sites</li>
|
||||
<li>Custom SSL Certificates</li>
|
||||
<li>Custom SSL Certificates (coming soon)</li>
|
||||
<li>No upload type restrictions</li>
|
||||
<li>Even more space</li>
|
||||
</ul>
|
||||
|
@ -121,7 +121,7 @@
|
|||
</ul>
|
||||
<ul>
|
||||
<li>Unlimited Sites</li>
|
||||
<li>Custom SSL Certificates</li>
|
||||
<li>Custom SSL Certificates (coming soon)</li>
|
||||
<li>No upload type restrictions</li>
|
||||
<li>A lot more space!</li>
|
||||
</ul>
|
||||
|
@ -171,7 +171,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="feature-column">
|
||||
<span data-original-title="How much content you can serve in one month. Don’t 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. Don’t 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><%= Site::PLAN_FEATURES[:free][:bandwidth].to_bytes_pretty %></td>
|
||||
<td><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_bytes_pretty %></td>
|
||||
|
@ -288,7 +288,7 @@
|
|||
-->
|
||||
<tr>
|
||||
<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><i class="fa fa-check"></i></td>
|
||||
|
@ -297,7 +297,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="feature-column">
|
||||
<span data-original-title="Upload your SSL certificate for your domain name, preventing snoops from seeing your user’s traffic.">Custom SSL Certificates</span>
|
||||
<span data-original-title="Upload your SSL certificate for your custom domain name, preventing snoops from seeing your user’s traffic.">Custom SSL Certs (soon)</span>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
|
|
@ -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 %>
|
||||
|
@ -58,3 +62,5 @@
|
|||
|
||||
</form>
|
||||
<% end %>
|
||||
|
||||
-->
|
Loading…
Add table
Reference in a new issue