我正在尝试使用certbot安装SSL证书。我有一个在Google Cloud Platform Compute Engine上运行的Django应用程序。我已经遵循this文档,了解如何为Django应用程序获取ssl,但出现错误


  certbot:错误:无法识别的参数:
  --certbot-django-auth-key-directory〜/ .ssh / certbot /


我已经完成了本文档所说的所有内容,但仍然不知道自己在做什么错。请帮我。

最佳答案

将--certbot-django-auth-key-directory〜/ .ssh / certbot /替换为
--certbot-django:认证密钥目录〜/ .ssh / certbot /

关于python - 使用Django应用程序安装certbot ssl的问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/55205272/

10-16 11:57