作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在编写一个 bash 脚本,它在新安装的服务器中引导整个项目基础设施,我想使用 letcecrypt certbot 配置 ssl 安装。在我执行行之后:
certbot --nginx -d $( get_server_name ) -d www.$( get_server_name ).com
系统提示我问几个问题。 certbot 可以在没有任何交互的情况下运行,同时将一些参数作为参数或其他东西传递吗?
最佳答案
您可以通过添加以下选项“静默”运行 certbot:
--non-interactive --agree-tos -m webmaster@example.com
此处提供配置选项的完整列表:
关于bash - 如何在没有交互的情况下安装 Certbot (Let's Encrypt)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49172841/
我是一名优秀的程序员,十分优秀!