Git over https
Git over https
Posted Mar 25, 2023 7:53 UTC (Sat) by epa (subscriber, #39769)Parent article: Garrett: We need better support for SSH host certificates
In the specific case of GitHub, they already support git over https. That will use the existing public key infrastructure. I had not heard until now of short-lived private keys, a new certificate being issued every minute. Do the big TLS certificate authorities support that?
Posted Mar 27, 2023 14:38 UTC (Mon)
by mgedmin (subscriber, #34497)
[Link]
Git over https
Git over HTTPS is nice for read-only public repository access, but managing passwords (or tokens) is a pain that makes people prefer SSH for private repositories and pushes.
