• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Forwarded to devs Typo in the help section of the sslit extenion

Talistech

Basic Pleskian
Username:

TITLE

Typo in the help section of the sslit extenion

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian 18.0.74 Update #3
Web Host Edition
Ubuntu 22.04.5 LTS

PROBLEM DESCRIPTION

[email protected]:~# plesk ext sslit --help | grep webmail
--certificate -issue -domain <domainName> -registrationEmail <email> [-secure-domain -secure-www -secure-webmail -secure-mail -aliases -wildcard -continue]
--hsts -enable|disable -domain <domainName> [-max-age 1minute|6months|2years -include-subdomains -apply-to-webmail -disable-domains-reconfiguration]
-secure-webmail Secure webmail on the domain
-apply-to-webmail Enable HSTS for webmail (Linux only)
-apply-to-webmail does not work with a single dash in the cli, you have to use -- (two) dashes to make it work.

STEPS TO REPRODUCE

Code:
$ plesk ext sslit --certificate -issue -domain example.com -registrationEmail [email protected] -secure-domain -secure-mail -secure-domain -secure-mail -secure-webmail -wil
dcard -aliases -dane -apply-to-webmail
[2025-12-24 10:29:58.332] 2486556:694bb29627ef4 ERR [extension/sslit] Unable to secure domain example.com via CLI.
The options are invalid: apply-to-webmail
exit status 1

ACTUAL RESULT

Code:
$ plesk ext sslit --certificate -issue -domain example.com -registrationEmail [email protected] -secure-domain -secure-mail -secure-domain -secure-mail -secure-webmail -wildcard -aliases -dane --apply-to-webmail
- status: pending
- message: Started issuing a wildcard SSL/TLS certificate from Let's Encrypt for the domain  example.com.
- domainName: example.com
- dnsRecordType: TXT
- dnsRecordHost: _acme-challenge
- dnsRecordValue: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

EXPECTED RESULT

Code:
$ plesk ext sslit --certificate -issue -domain example.com -registrationEmail [email protected] -secure-domain -secure-mail -secure-domain -secure-mail -secure-webmail -wildcard -aliases -dane --apply-to-webmail
- status: pending
- message: Started issuing a wildcard SSL/TLS certificate from Let's Encrypt for the domain  example.com.
- domainName: example.com
- dnsRecordType: TXT
- dnsRecordHost: _acme-challenge
- dnsRecordValue: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
Back
Top