frold
2018 年2 月 22 日 04:59
42
burningman:
I think, I removed LETSENCRYPT yesterday. Now installing again.
Hope, everything will work fine.
Why not just run the setup wizard agan in the terminal?
burningman
(TheBurningMan)
2018 年2 月 22 日 05:01
43
I did that many times.
notriddle:
So you’d like to add https to your Discourse absolutely free, courtesy of our friends at Let’s Encrypt?
Is everything else on your site ready for HTTPS?
Before you start, please bear in mind that for HTTPS to work properly, every single resource on the page must be HTTPS compatible. Consider your CDN, your social logins, your logo files, any third party JavaScript, images, fonts, or css — these all must be available over HTTPS!
Note: ./discourse-setup will enable Let’s Encrypt. And …
What it means because after reading this line…I delete these both line from the here.
notriddle
(Michael Howell)
2018 年2 月 22 日 05:02
44
In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters. The syntax of comments in various programming languages varies considerably.
Comments are sometimes processed in various ways to generate documentation external to the source code itself by documentation generators, or used...
In the YML files, comments start with the #
sign and extend to the end of the line. This means that this line (#- "templates/web.ssl.template.yml"
) will be ignored. Uncommenting the line means removing the #
, changing it to (- "templates/web.ssl.template.yml"
). This causes the code to actually be read, enabling the web.ssl template and turning letsencrypt on.
3 个赞
cpradio
(cpradio)
2018 年2 月 22 日 11:05
45
@burningman , looks like everything is operational again? It was due to trying to uninstall LetsEncrypt?
3 个赞
burningman
(TheBurningMan)
2018 年2 月 22 日 11:06
46
Yup, it’s working again. Thanks for your help.
3 个赞