Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

OskarKarpinski/HomeDisk

Repository files navigation

HomeDisk Icon

       

Documentation

👨‍💻 Compile server

cargo build --release

Now you can run server using command ./target/release/homedisk.

🔒 Generate development TLS certificate

# Generate private key
openssl genrsa -out cert.key 2048
# Generate certificate
openssl req -new -x509 -key cert.key -out cert.pem -days 365