2016-09-22 15:36:35 -04:00
|
|
|
language: ruby
|
2017-07-16 00:53:27 -04:00
|
|
|
dist: trusty
|
2016-09-22 15:36:35 -04:00
|
|
|
rvm:
|
|
|
|
- 2.2
|
|
|
|
before_script:
|
|
|
|
- gem install awesome_bot
|
2017-07-15 19:26:16 -04:00
|
|
|
- wget 'https://mkcert.org/generate/' -O bundle.pem
|
|
|
|
- wget 'http://cdp.pca.dfn.de/global-root-ca/pub/cacert/cacert.pem' -O dfn.pem
|
|
|
|
- wget 'http://cdp.pca.dfn.de/uni-potsdam-ca/pub/cacert/cacert.pem' -O potsdam.pem
|
|
|
|
- cat bundle.pem dfn.pem potsdam.pem > /tmp/bundle.pem
|
2016-09-22 15:36:35 -04:00
|
|
|
script:
|
2017-07-15 19:26:16 -04:00
|
|
|
- SSL_CERT_FILE="/tmp/bundle.pem" awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion"
|