Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
59 stars 7 forks source link

HTTPS support. #37

Open SpBills opened 3 years ago

SpBills commented 3 years ago

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