-
-
Notifications
You must be signed in to change notification settings - Fork 8
HTTPS support. #37
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednext-goal-v0.x.0Defines a goal for the next minor version.Defines a goal for the next minor version.ongoing-discussionNot yet decided if needed yet.Not yet decided if needed yet.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednext-goal-v0.x.0Defines a goal for the next minor version.Defines a goal for the next minor version.ongoing-discussionNot yet decided if needed yet.Not yet decided if needed yet.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Program Version.
TARGET v0.2.0
Problem Description.
RCMS needs to support HTTPS to be viable on the web.
Problem Solutions.
https://actix.rs/docs/http2/
openssl = { version = "0.10", features = ["v110"] }Other Details.
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365 -subj '/CN=<your domain>'