• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved 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
 
@Talistech , the bug is identified with EXTSSLIT-2263. Thank you for bringing our attention to the issue. The description of the --help command will be adjusted accordingly in one of the upcoming Plesk updates. I can't provide an ETA at this point. You can monitor the change log here.
 
Hi, @Talistech . The case was further analyzed by our software engineers and they did not recognize it as a bug. -apply-to-webmail relates to --hsts option only. It's reflected in the help:[/ICODE]

[CODE]# plesk ext sslit --help | grep apply-to-webmail
--hsts -enable|disable -domain <domainName> [-max-age 1minute|6months|2years -include-subdomains -apply-to-webmail -disable-domains-reconfiguration]
-apply-to-webmail Enable HSTS for webmail (Linux only)[/CODE]

It can't be used with --certificate -issue. There is -secure-webmail option that is responsible for issuing and applying a certificate for domain's webmail.
 
Back
Top