-
Notifications
You must be signed in to change notification settings - Fork 379
AutoTLS implementation + AutoNAT removed #5176
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
Conversation
pkg/p2p/libp2p/libp2p.go
Outdated
| // Use AutoTLS storage dir | ||
| storagePath := o.AutoTLSStorageDir | ||
| if storagePath == "" { | ||
| storagePath = filepath.Join("./", "p2p-forge-certs") // Fallback to ./p2p-forge-certs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it may be better to be part of the config module and in a different directory.
|
Change this to draft since removing the existing AutoNAT implementation should be a task on its own. |
|
Since this also includes experimentation with removing old Autonat code , for now we should have this closed and go only with PR-5187 |
Checklist
Description
AutoTLS implementation
Open API Spec Version Changes (if applicable)
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):