【问题标题】:setting up teleport - Configure Domain Name and obtain TLS certificates using Let's Encrypt设置传送 - 使用 Let's Encrypt 配置域名并获取 TLS 证书
【发布时间】: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


    【解决方案1】:

    选择--preferred-challenges 时,certbot 会要求您通过放置 TXT 记录来确认您拥有该域。如果您拥有该域并且您可以访问配置,则可以这样做。

    您想创建自己的域(查看Freenom 免费获得一个),您可以完全控制并且可以添加 TXT 记录。

    这是对 Freenom for Microsoft 的 Create DNS records 的引用

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-09-16
      • 1970-01-01
      • 2016-11-15
      • 2020-01-06
      • 2016-08-09
      • 1970-01-01
      • 2021-03-04
      相关资源
      最近更新 更多