Skip to content

Commit

Permalink
add our private CA cert to certifi
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent 62bcbfd commit 97ffe0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ build_script:
- git config --global user.email "[email protected]"
- git config --global user.name "Appveyor Almighty"

# Add our private CA root certificate to certify and change the hostname to match the certificate
- cat /usr/lib/ssl/certs/ChristianMoenchCA.pem >> /home/appveyor/venv3.9/lib/python3.9/site-packages/certifi/cacert.pem
- sudo hostname data.inm-icf.de

before_test:
# simple call to see if datalad and git-annex are installed properly
Expand Down

0 comments on commit 97ffe0e

Please sign in to comment.