Updated Setting up Drupal 7 (markdown)
父節點
9acca63885
當前提交
2acf85aeac
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -175,7 +175,7 @@ Generate the certificate:
|
|||
sudo certbot --authenticator standalone --installer nginx -d cms.example.com --pre-hook "systemctl stop nginx" --post-hook "systemctl start nginx"
|
||||
```
|
||||
|
||||
**NOTE: under normal conditions the following command should work (and without restarting *Nginx*, but the Nginx authenticator has been disabled because of a [security bug](https://community.letsencrypt.org/t/solution-client-with-the-currently-selected-authenticator-does-not-support-any-combination-of-challenges-that-will-satisfy-the-ca/49983):**
|
||||
**NOTE: under normal conditions the following command should work (and without restarting *Nginx*), but the Nginx authenticator has been disabled because of a [security bug](https://community.letsencrypt.org/t/solution-client-with-the-currently-selected-authenticator-does-not-support-any-combination-of-challenges-that-will-satisfy-the-ca/49983):**
|
||||
|
||||
```
|
||||
$ certbot run --nginx -d cms.example.com # Currently not working because of a letsencrypt bug
|
||||
|
|
|
|||
載入中…
新增表格
Add a link
新增問題並參考