This is really awesome! Thank you Olaf! Btw, any chance any of this can be documented for less advanced among us? ;-)
Thanks, Roman. On Tue, Feb 9, 2016 at 2: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 > > > >
