Hangover2
Regular Pleskian
TITLE:
Let's Encrypt certificate renewal domain aliases get lost
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:Debian 9.8 amd64, Plesk Onyx, Version 17.8.11 Update #44
PROBLEM DESCRIPTION:If a Let's Encrypt certificate - containing domain aliases - is renewed automatically, the selected domain aliases get lost as part of the certificate.
STEPS TO REPRODUCE:Create a Let's Encrypt certificate containing domain aliases.E.g.:
example.com
Selected domain aliases: alias.example.com
The generated cert.pem will contain both domains:
[...]
DNS:example.com, DNS:alias.example.com
[...]
30 days before the expiration date the certificate gets renewed automatically.
ACTUAL RESULT:example.com
Selected domain aliases: alias.example.com
The generated cert.pem will contain both domains:
[...]
DNS:example.com, DNS:alias.example.com
[...]
30 days before the expiration date the certificate gets renewed automatically.
The newly generated cert.pem will not contain the server aliases anymore:
[...]
DNS:example.com
[...]
EXPECTED RESULT:[...]
DNS:example.com
[...]
The newly generated cert.pem should contain the same domains like before:
[...]
DNS:example.com, DNS:alias.example.com
[...]
ANY ADDITIONAL INFORMATION:[...]
DNS:example.com, DNS:alias.example.com
[...]
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Confirm bug