Difference between revisions of "Git, Apache and HTTPS with a free certificate"

From Wiki de Caballero
Jump to navigation Jump to search
Line 1: Line 1:


==Git using Apache==
==Git using Apache==
* (very useful) https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP
* (useful with last) https://git-scm.com/docs/git-http-backend


==Self signed Certificate==
==Self signed Certificate==
Line 53: Line 55:


==(Possibly) Giving Git a Client Certificate==
==(Possibly) Giving Git a Client Certificate==
==More (possibly useful) info==
* https://www.creang.com/howtoforge/howto_set_up_git_over_https_with_apache_on_ubuntu/
* http://ubuntuwiki.net/index.php/Apache,_Digest_authentication

Revision as of 01:55, 19 June 2017

Git using Apache

Self signed Certificate

How Certificates work

More info:

How to

How to create a Root Certificate authority and child certificates:

Other sites:

Adding the certificate to Apache

Ensuring the right protocol:

Other links:

Configuring Git to use the self signed certificate

Client based authentication using certificates in Apache

Used links:

Other links:

(Possibly) Giving Git a Client Certificate

More (possibly useful) info