从哪里获取域确认字符串 certbot?

Where to get the domain confirmation string certbot?

我正在学习本教程:

https://flaviocopes.com/express-letsencrypt-ssl/

…and finally we get to the verification phase!

Create a file containing just this data:

TS_oZ2-ji23jrio3j2irj3iroj_U51u1o0x7rrDY2E.1DzOo_voCOsrpddP_2kpoek2opeko2pke-UAPb21sW1c

And make it available on your web server at this URL:

我从哪里得到提到的这个长字符串?当我用 certbot 制作证书时我没有复制它,但现在我需要用这样的字符串确认我的域。它位于哪里?

该字符串是link中描述的过程的输出。每次你经历这个过程它都会改变。

您需要从命令行复制它并创建一个包含该(且仅该)字符串的文件。

如果没有复制,需要重新开始这个过程,得到一个新的字符串。