security - 当前选择的身份验证器的客户端不支持任何能够满足 CA 要求的质询组合

标签 security nginx dns

我一直在关注this tutorial将 SSH 认证添加到我的网站。然而目前这个方法does not work for the time-being due to a security flaw, so here is the alternate method 。我正在尝试实现替代代码粘贴:sudo certbot --authenticator webroot --webroot-path <path to served directory> --installer nginx -d <domain>但我不知道该输入什么 <path to served directory>

“服务目录的路径”是 nginx 配置吗?它看起来像这样吗:etc/nginx/sites-available/<projectname>

最佳答案

您可能已经尝试过此操作,但我发现它有效,至少在发布更新之前是这样:

sudo certbot --authenticator standalone --installer nginx -d mydomain.com -d www.mydomain2.com --pre-hook "service nginx stop" --post-hook "service nginx start"

关于security - 当前选择的身份验证器的客户端不支持任何能够满足 CA 要求的质询组合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48271187/

相关文章:

security - XPS 文档的安全性如何?

python - Django 文件上传输入验证和安全

python - flask 模板 : nginx cache or serve static assets called in jinja markups

nginx - Magento 2通过负载平衡器在多个magento服务器上共享哪些目录?

linux - azure aks 无法从 acr 中提取图像

security - UTF-8 字符编码是否会对 Web 应用程序造成任何安全隐患?

c# - 从桌面应用程序使用时的PasswordVault安全性

ruby-on-rails - unicorn 不在生产模式下运行

dns - 在 Netlify 上托管时设置电子邮件

dns - 如何让 docker 容器与 sshuttle 一起工作?