diff --git a/LetsEncrypt-SiteExtension/Views/Home/Install.cshtml b/LetsEncrypt-SiteExtension/Views/Home/Install.cshtml index 3990db1..60d9ef7 100644 --- a/LetsEncrypt-SiteExtension/Views/Home/Install.cshtml +++ b/LetsEncrypt-SiteExtension/Views/Home/Install.cshtml @@ -6,10 +6,10 @@
- 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.
- 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.
@using (Html.BeginForm()) {