Search:

Type: Posts; User: IzNoGoD

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    63,820

    Bumping this a bit - your www subdomain has no...

    Bumping this a bit - your www subdomain has no cert, so https://www.killtube.org/ does not properly work. Try adding -d www.killtube.org to your initial LE command.
  2. Replies
    14
    Views
    63,820

    Could cause problems for ppl on windows XP using...

    Could cause problems for ppl on windows XP using IE, and ONLY those people.
  3. Replies
    14
    Views
    63,820

    Just add this to lighttpd.conf: ...

    Just add this to lighttpd.conf:


    $SERVER["socket"] == ":80"{
    url.redirect = ("^/(.*)"=> "https://forum.jumpersheaven.com/$1")
    }
  4. Replies
    14
    Views
    63,820

    My own script for letsencrypt on...

    My own script for letsencrypt on forum.jumpersheaven.com:



    #!/bin/bash
    rm -rf letsencrypt
    git clone https://github.com/letsencrypt/letsencrypt
    rm -rf /tmp/letsencrypt
    mkdir -p...
Results 1 to 4 of 4