radical icon indicating copy to clipboard operation
radical copied to clipboard

HTTPS support.

Open SpBills opened this issue 4 years ago • 0 comments

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>'

SpBills avatar Jul 21 '21 23:07 SpBills