🔒 Automatic self-signed cert generation (breaking change)#1113
Open
tcatlas wants to merge 5 commits intognmyt:mainfrom
Open
🔒 Automatic self-signed cert generation (breaking change)#1113tcatlas wants to merge 5 commits intognmyt:mainfrom
tcatlas wants to merge 5 commits intognmyt:mainfrom
Conversation
note: in the dev environment the vite backend will fail without a cert
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



📋 Description
This change enables Nexterm to automatically generate a self-signed certificate when both cert files are missing from the expected directory. Additionally, it adds some .env controls to disable this function, as well as define cert file locations. I made this change to help alleviate some issues users are experiencing with browser clipboard permission, since the issue is very unclear to the end user and it is better in general to use even a self-signed cert instead of plain http.
Various changes were also made to the development environment to support this.
This change should be noted as a breaking change in the release notes as it changes ports and disables http.
🚀 Changes made to ...
✅ Checklist
🔗 Related Issues