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