Skip to content

pyroraptor07/axum-tls_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic example Axum server with TLS (using Rustls)

To run this example:

  • Generate a valid key/cert pair for the server and place them somewhere accessible (preferably in this folder).
  • Rename .env-example to .env and replace the placeholder values with the paths to the key and cert files.
  • Run the server with cargo run. The server will be accessible at https://localhost:5000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages