Skip to content

Commit

Permalink
Add SSL cert/key to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Jan 31, 2020
1 parent a0f5875 commit e6db4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ impl Server {
std::process::id()
);
info!("Lucid API Endpoint: https://{}/api/", bind_endpoint);
info!("SSL Certificate: {}", &configuration.general.ssl_certificate);
info!("SSL Private Key: {}", &configuration.general.ssl_certificate_key);
info!("Use Ctrl+C to stop the server.");
instance
.tls()
Expand Down

0 comments on commit e6db4a7

Please sign in to comment.