Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 177 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 177 Bytes

Rust Axum -> Chat

Gen key

openssl genpkey -algorithm ed25519 -out private.pem

Gen public key

openssl pkey -in private.pem -pubout -out public.pem