Open SpBills opened 3 years ago
TARGET v0.2.0
RCMS needs to support HTTPS to be viable on the web.
https://actix.rs/docs/http2/ openssl = { version = "0.10", features = ["v110"] }
openssl = { version = "0.10", features = ["v110"] }
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365 -subj '/CN=<your domain>'
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>'