Yes, thanks! I’ve closed out the ticket (BIGTOP-2304) regarding this.
On 2/9/16, 3:11 PM, "Jay Vyas" <[email protected]> wrote: >Thanks Olaf ! > >> On Feb 9, 2016, at 5:15 PM, Olaf Flebbe <[email protected]> wrote: >> >> Pfff this was tough >> >> https://ci.bigtop.apache.org is running now !!! >> >> I have to go to bed now. Short intro: >> >> Apache reverse proxy config for jenkins in /etc/httpd/conf.d/ssl.conf >> Certificates configured in the same file. This file should be stable now. >> A reload page /var/www/html/index.html >> >> Apache has now way to much modules >> >> ec2-user@master: >> >> Jenkins is run as docker instance but now with port 8080 redirected to 8080 >> (start with sudo startjenkins.sh >> >> >> Recreating certs (needed every month!) >> >> sudo docker run --rm -i -t -p 80 -p 443:443 -v >> "/home/ec2-user/etc:/etc/letsencrypt" letsencrypt certonly --standalone >> --email [email protected] -d ci.bigtop.apache.org >> >> New certs in ~/etc (as Root! yes! Root! we need root here!) >> >> ... >> >> Over and out >> Olaf >> >> >> >>
