Add certs for a test https server #36

Open
christian-monch wants to merge 1 commit from christian-monch/add-ssl-certs into main
christian-monch commented 2023-05-31 15:17:37 +00:00 (Migrated from github.com)

This PR adds a CA root certificate and signed server certificates to the .appveyor/data-directory. Those certificates can be used to enable SSL on a local apache-server and will be accepted by requests, git annex, and tools like curl, iff the CA root certificate is added to certifi.

This is a precondition for PR #22

This PR adds a CA root certificate and signed server certificates to the `.appveyor/data`-directory. Those certificates can be used to enable SSL on a local apache-server and will be accepted by `requests`, `git annex`, and tools like `curl`, iff the CA root certificate is added to `certifi`. This is a precondition for PR #22
mih (Migrated from github.com) reviewed 2023-05-31 15:17:37 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin christian-monch/add-ssl-certs:christian-monch/add-ssl-certs
git switch christian-monch/add-ssl-certs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff christian-monch/add-ssl-certs
git switch christian-monch/add-ssl-certs
git rebase main
git switch main
git merge --ff-only christian-monch/add-ssl-certs
git switch christian-monch/add-ssl-certs
git rebase main
git switch main
git merge --no-ff christian-monch/add-ssl-certs
git switch main
git merge --squash christian-monch/add-ssl-certs
git switch main
git merge --ff-only christian-monch/add-ssl-certs
git switch main
git merge christian-monch/add-ssl-certs
git push origin main
Sign in to join this conversation.
No description provided.