【发布时间】:2021-01-12 13:14:39
【问题描述】:
好的,所以我想做的是在远程机器上设置传送,这样我就可以通过互联网访问它。我正在关注教程,但我不是任何这些东西的专家。我尝试从这里复制粘贴命令:
https://goteleport.com/teleport/docs/quickstart/
第 1c 节:
certbot certonly \
--manual \
--preferred-challenges=dns \
--agree-tos \
--manual-public-ip-logging-ok \
--email foo@example.com \
-d "teleport.example.com, *.teleport.example.com"
我更改了电子邮件和域名,如教程中所述,但它要求我这样做:
Please deploy a DNS TXT record under the name
_acme-challenge.teleport.example.com with the following value:
XXXX
我应该如何改变它?在哪里?
谢谢!
【问题讨论】:
标签: server remote-access lets-encrypt teleport