• 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.

Recent content by ruohki

  1. R

    Question Docker Customize docker run

    That does not quite answer my question. I am talking about appending something to the docker run command that is issued by plesk when booting up a container. The docker container does not seem to pull any envrionment vars into the startup process
  2. R

    Question Docker Customize docker run

    Hey there, id like to deploy a mongodb instance (used this image: https://hub.docker.com/r/_/mongo/) however id like to turn on security but for that id need to pass an extra command to the docker run is there any way i can edit that from within plesk? I really dont want to end up configuring...
  3. R

    Vote Let's Encrypt support

    Could not connect to http://domain.tld/.well-known/acme-challenge/*SomeKey* tells you what you need to know. Check if you can access the randomdigit code inside that .well-known directory. It needs to be accessible from outside so lets encrypt can very that this is your domain. This should be an...
  4. R

    Vote Let's Encrypt support

    Hey, for windows server there is a little tool (letsencrypt-win-simple on github) that will generate ssl certificates from lets encrypt. That tool uses ACMESharp as the Client Library. The tool also sets up a windows task that will renew the certificates in a 60 day cycle. Ive managed to modify...
Back
Top