mirror of
https://github.com/aljazceru/awesome-pentest.git
synced 2025-12-17 04:04:20 +01:00
update travis steps to handle dfn subca
This commit is contained in:
@@ -3,5 +3,9 @@ rvm:
|
||||
- 2.2
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
- 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
|
||||
script:
|
||||
- awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion"
|
||||
- SSL_CERT_FILE="/tmp/bundle.pem" awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion"
|
||||
|
||||
Reference in New Issue
Block a user