Add this line to drupalroot/vendor/drush/drush/drush.yml
options:uri:'https://www.example.com/'
drush.yml looks like:
#This is a Drush config file. Sites may override this config to change minimum PHP.drush:php:minimum-version:8.1.0options:uri:'https://www.example.com/'
How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Comments
vendor/drush/drush/drush.yml Di, 06/04/2024 - 19:59
Add this line to drupalroot/vendor/drush/drush/drush.yml
options: uri: 'https://www.example.com/'drush.yml looks like:
#This is a Drush config file. Sites may override this config to change minimum PHP. drush: php: minimum-version: 8.1.0 options: uri: 'https://www.example.com/'Neuen Kommentar schreiben