-
Notifications
You must be signed in to change notification settings - Fork 0
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: HTTPS server skeleton #6
Conversation
I've tried to be consistent with capitalization in errors and specifying RSA private key instead of just private key, but I may have slipped somewhere. Please let me know if you see any inconsistencies. |
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.
looks good, make sure the pr description matches with its newer content. Here I'm referring to the fact we don't generate certs anymore.
Description
This change introduces some helper functions and initialization code to have a barebones https server up with external private key and certificates.
This PR is introducing:
The command line for GoCert accepts 1 mandatory argument:
--config
receives the path for a YAML file that describes the following variables:Checklist: