Vladimir Volodko
Vladimir Volodko
We appreciate new feature requests at https://plesk.uservoice.com/forums/184549-feature-suggestions/category/82701-security
Please, check DNS settings for your domain using services like http://dnscheck.pingdom.com and https://mxtoolbox.com/SuperTool.aspx?action=a%3aexample.com&run=toolpage#
Try to create '.well-known/acme-challenge' directory in doc root of every site you plan to secure by LetsEncrypt. Add write permissions to the diretory for subscription owner's system user. In this...
Yes, this definitely is root cause. The LetsEncrypt extension place challenge token files in /var/www/vhosts/${domain}/.well-known/acme-challenge/ directory (or C:\inetpub\vhosts\\${domain}\\.well-known\acme-challenge\ on Windows) and assumes the token files are accessible by http://${domain}/.well-known/acme-challenge/. In...
Could you, please, post this feature request to https://plesk.uservoice.com/forums/184549-feature-suggestions/category/82701-security ? The more people vote for the feature the sooner we plan and implement it.
Currently only domain, its aliases and thier 'www.' counterparts and 'webmail.' could be added to certificate SAN. Addon domains and subdomains are secured by their own separtate certificates. New feature...
Yet another option is to add to ESLint config section describing formatter presets and make the `--format` option accepted multiple values, like this: ``` $ cat eslint.config.js import { defineConfig...
> Is there any tool in the tooling ecosystem that currently supports this uscase? There are some: - [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Reporting#printing-multiple-reports) - [ansible-lint](https://ansible.readthedocs.io/projects/lint/usage/#sarif-json) - [checkov](https://www.checkov.io/2.Basics/CLI%20Command%20Reference.html) - [spectral](https://meta.stoplight.io/docs/spectral/9ffa04e052cc1-spectral-cli#multiple-formatters) - [RuboCop](https://docs.rubocop.org/rubocop/1.79/formatters.html)