Skip to content

Conversation

@martinconic
Copy link
Contributor

Checklist

  • I have read the coding guide.
  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

AutoTLS implementation

Open API Spec Version Changes (if applicable)

Motivation and Context (Optional)

Related Issue (Optional)

Screenshots (if appropriate):

@martinconic martinconic marked this pull request as ready for review August 1, 2025 08:11
@v1rtl v1rtl mentioned this pull request Aug 4, 2025
4 tasks
// Use AutoTLS storage dir
storagePath := o.AutoTLSStorageDir
if storagePath == "" {
storagePath = filepath.Join("./", "p2p-forge-certs") // Fallback to ./p2p-forge-certs
Copy link
Member

@nugaon nugaon Aug 4, 2025

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.

@martinconic martinconic marked this pull request as draft August 4, 2025 15:24
@martinconic martinconic changed the title AutoTLS implementation AutoTLS implementation + AutoNATv2 Aug 11, 2025
@martinconic martinconic marked this pull request as ready for review August 14, 2025 06:51
@martinconic martinconic changed the title AutoTLS implementation + AutoNATv2 AutoTLS implementation + AutoNAT removed Sep 10, 2025
@martinconic martinconic marked this pull request as draft September 22, 2025 07:06
@martinconic
Copy link
Contributor Author

martinconic commented Sep 22, 2025

Change this to draft since removing the existing AutoNAT implementation should be a task on its own.

@martinconic
Copy link
Contributor Author

Since this also includes experimentation with removing old Autonat code , for now we should have this closed and go only with PR-5187

@martinconic martinconic closed this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants