Skip to content

Commit

Permalink
Merge pull request #129 from ohadschn/patch-1
Browse files Browse the repository at this point in the history
Clarify that multiple domain names can be selected
  • Loading branch information
sjkp authored Jul 18, 2018
2 parents 5759ae9 + 92fffc2 commit c7b7d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LetsEncrypt-SiteExtension/Views/Home/Install.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<h2>@ViewBag.Title</h2>
<p>
Select the custom domain name you want to request a Let's Encrypt SSL certificate for, and provide your email, in order to create an account with Let's Encrypt.
Select the custom domain names for which you want to request a Let's Encrypt SSL certificate, and provide your email, in order to create an account with Let's Encrypt.
</p>
<p>
Note you can only request 5 certifcates per week for the same domain, so if you are running tests, make sure to use the staging enviroment, where you have unlimited.
Note that you can only request 5 certifcates per week for the same domain, so if you are running tests, make sure to use the staging enviroment, where you have unlimited.
</p>
@using (Html.BeginForm())
{
Expand Down

0 comments on commit c7b7d16

Please sign in to comment.