ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.19k stars 3.02k forks source link

fix(autotls): store certificates at the location from the repo path #10566

Closed aschmahmann closed 3 weeks ago

aschmahmann commented 3 weeks ago

This slipped through the crack, but it's basically the same fix as https://github.com/ipfs/kubo/pull/10492. We meant to get this in between when that PR landed and the initial AutoTLS one did but forgot. Could use a test to make sure it's correct before merging so we don't have to test it out with multiple repo paths manually.