-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(AutoTLS): opt-in WSS certs from p2p-forge at libp2p.direct #10521
Commits on Sep 18, 2024
-
feat: add ability to automatically acquire WSS certificates using p2p…
…-forge and libp2p.direct
Configuration menu - View commit details
-
Copy full SHA for ce6d09d - Browse repository at this point
Copy the full SHA ce6d09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfc8d9 - Browse repository at this point
Copy the full SHA ecfc8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe307da - Browse repository at this point
Copy the full SHA fe307daView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfc73d0 - Browse repository at this point
Copy the full SHA bfc73d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9842e - Browse repository at this point
Copy the full SHA 7c9842eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bef0a21 - Browse repository at this point
Copy the full SHA bef0a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06708d8 - Browse repository at this point
Copy the full SHA 06708d8View commit details
Commits on Oct 11, 2024
-
this matches convention from `./client/acme.go` in p2p-forge itself
Configuration menu - View commit details
-
Copy full SHA for af543af - Browse repository at this point
Copy the full SHA af543afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946298b - Browse repository at this point
Copy the full SHA 946298bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5994c1 - Browse repository at this point
Copy the full SHA d5994c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae58bc - Browse repository at this point
Copy the full SHA 7ae58bcView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4889612 - Browse repository at this point
Copy the full SHA 4889612View commit details -
Configuration menu - View commit details
-
Copy full SHA for a038637 - Browse repository at this point
Copy the full SHA a038637View commit details -
fix: p2p-forge log and debugging
Cleanup to unify the way p2p-forge related things are logged. Debugging can be enabled by setting environment variable `GOLOG_LOG_LEVEL="error,p2p-forge/client=debug"`
Configuration menu - View commit details
-
Copy full SHA for 538c9bb - Browse repository at this point
Copy the full SHA 538c9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b306f56 - Browse repository at this point
Copy the full SHA b306f56View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bd8ebb - Browse repository at this point
Copy the full SHA 9bd8ebbView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21b5c88 - Browse repository at this point
Copy the full SHA 21b5c88View commit details
Commits on Oct 28, 2024
-
docs: apply suggestions from code review
Co-authored-by: Daniel Norman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eeda1b - Browse repository at this point
Copy the full SHA 7eeda1bView commit details -
refactor: ForgeClient → AutoTLS
addressing UX/DX feedback from Daniel, switching to self-explanatory configuration section
Configuration menu - View commit details
-
Copy full SHA for 99b7757 - Browse repository at this point
Copy the full SHA 99b7757View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e0b7a - Browse repository at this point
Copy the full SHA e6e0b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7e201 - Browse repository at this point
Copy the full SHA ed7e201View commit details -
fix: p2p-forge/client with newCertmagicConfig
this should fix race condition caused by using certmagic.Default directly before.
Configuration menu - View commit details
-
Copy full SHA for e51d907 - Browse repository at this point
Copy the full SHA e51d907View commit details
Commits on Oct 29, 2024
-
refactor: move AutoTLS to top level
we have AutoNAT there, and this feature could be extended in the future to cover user-provided domains and Gateway, so moving it out of Swarm makes it more future-proof.
Configuration menu - View commit details
-
Copy full SHA for 73c3fd3 - Browse repository at this point
Copy the full SHA 73c3fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e68493a - Browse repository at this point
Copy the full SHA e68493aView commit details -
include catch-all multiaddrs as prominent examples
Configuration menu - View commit details
-
Copy full SHA for bcabbb4 - Browse repository at this point
Copy the full SHA bcabbb4View commit details