NodeChef Adds Let’s Encript Integration – Free SSL Certificates

"HTTPS everywhere" is happening and that is why NodeChef is committed to supporting Let's Encrypt. We are happy to announce that we have added integration with Let's Encrypt that is available to all users. This means no more buying an SSL certificate. These certificates are valid for 90 days, and we auto-renew them for you.

You can deploy your certificates with a single deploy command. See example below:

deploy --ssl -i simple-todos -domain blog;www;@simpletodos.com /** The above command creates an SSL certificate for the following domains: simpletodos.com, blog.simpletodos.com, www.simpletodos.com Before issuing the command, you must successfully complete the domain ownership validation outlined in the step by step guide. **/

Additional documentation available in the documentation.

SIGN UP NOW