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