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

From Wiki de Caballero
Jump to navigation Jump to search
(Created page with " ==Git using Apache== ==Self signed Certificate== # How Certificates work # How SSL work ==Adding the certificate to Apache== ==Configuring Git to use the self signed certi...")
 
Line 9: Line 9:


==Configuring Git to use the self signed certificate==
==Configuring Git to use the self signed certificate==
==Client based authentication using certificates in Apache==
Used links:
* http://wiki.cacert.org/ApacheServerClientCertificateAuthentication
* https://stackoverflow.com/a/24543642/1071459
* http://stuff-things.net/2015/09/28/configuring-apache-for-ssl-client-certificate-authentication/
Other links:
* http://pages.cs.wisc.edu/~zmiller/ca-howto/
* https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile


==(Possibly) Giving Git a Client Certificate==
==(Possibly) Giving Git a Client Certificate==

Revision as of 01:24, 19 June 2017