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

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


===How to===
===How to===
How to create a Root Certificate authority and child certificates:
* (Very good) https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html
* (nice) https://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/
* (video from above) https://www.youtube.com/watch?v=zwnEmLx2LRs
* https://datacenteroverlords.com/2012/03/01/creating-your-own-ssl-certificate-authority/
Other sites:
* (Basic steps, not too clear) https://devcenter.heroku.com/articles/ssl-certificate-self
* (Good but not everything useful) https://www.ibm.com/support/knowledgecenter/en/SSWHYP_4.0.0/com.ibm.apimgmt.cmc.doc/task_apionprem_gernerate_self_signed_openSSL.html
* https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04


==Adding the certificate to Apache==
==Adding the certificate to Apache==

Revision as of 01:44, 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