1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 14:11:05 +00:00

tests: Set up nchan as part of certidude setup authority

This commit is contained in:
2017-05-06 21:35:02 +00:00
parent b19e163a82
commit 60a0f2ba7c
3 changed files with 27 additions and 11 deletions

View File

@@ -8,9 +8,6 @@ after_success:
virtualenv:
system_site_packages: true
install:
- sudo add-apt-repository ppa:nginx/stable -y
- sudo apt update
- sudo apt install libnginx-mod-nchan
- echo "127.0.0.1 localhost" | sudo tee /etc/hosts
- echo "127.0.1.1 ca.example.lan ca" | sudo tee -a /etc/hosts
- echo "127.0.0.1 vpn.example.lan vpn" | sudo tee -a /etc/hosts