Awesome! thanks Olaf !!

2016년 2월 10일 수요일, Olaf Flebbe<[email protected]>님이 작성한 메시지:

> 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] <javascript:;> -d ci.bigtop.apache.org
>
> New certs in ~/etc (as Root! yes! Root! we need root here!)
>
> ...
>
> Over and out
>    Olaf
>
>
>
>
>

Reply via email to