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

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


==Adding the certificate to Apache==
==Adding the certificate to Apache==
* https://www.youtube.com/watch?v=YR6-6XUC3sY
* https://www.youtube.com/watch?v=m06TttS2ZAM
* https://www.maketecheasier.com/apache-server-ssl-support/
* https://www.digicert.com/ssl-certificate-installation-apache.htm
Ensuring the right protocol:
* https://askubuntu.com/questions/643037/how-to-enable-tls-1-2-in-apache
* https://tecadmin.net/enable-tls-in-modssl-and-apache/
* https://serverfault.com/questions/314858/how-to-enable-tls-1-1-and-1-2-with-openssl-and-apache
Other links:
* https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html#ocspstapling


==Configuring Git to use the self signed certificate==
==Configuring Git to use the self signed certificate==

Revision as of 01:36, 19 June 2017

Git using Apache

Self signed Certificate

How Certificates work

How to

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