我正在尝试使用Letsencrypt设置ssl证书,但是当我运行:
./letsencrypt-auto --apache -d industriemedia.tv
我的域名好像找不到了:
[root@ip-172-31-21-7 letsencrypt]# ./letsencrypt-auto --apache -d industriemedia.tv
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
这不是很重要,但是如果我像NSDataDetector一样使用并使用它进行网页链接,我可以用.com、.us甚至.ca显示所有的网站,但是如果我使用,它是工作的,但是如果文本是website.io,它就不起作用了。
有人有办法让它起作用吗?
如果需要的话,在游乐场工作的示例代码:
var string = "website.io is not ok but website.com is ok"
var error: NSError?
let detector = NSDataDetector(types: NSTextCheckingType.Link.rawValue, er