Mutates the Ssl struct and sets the private key path # Example ```no_run use octane::config::OctaneConfig; let mut config = OctaneConfig::new(); config .ssl .key("templates/key.pem"); ```
(&mut self, path: &str)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected