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

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


==Configuring Git to use the self signed certificate==
==Configuring Git to use the self signed certificate==
* https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate
* https://stackoverflow.com/questions/23807313/adding-self-signed-ssl-certificate-without-disabling-authority-signed-ones
More sites:
* https://stackoverflow.com/questions/9072376/configure-git-to-accept-a-particular-self-signed-server-certificate-for-a-partic


==Client based authentication using certificates in Apache==
==Client based authentication using certificates in Apache==

Revision as of 02:01, 19 June 2017

Git using Apache

More sites:

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

More sites:

Client based authentication using certificates in Apache

Used links:

Other links:

(Possibly) Giving Git a Client Certificate

More (possibly useful) info