/http-to-https-letsencrypt-create-deb

Create Debian package for http-to-https-letsencrypt

Primary LanguageShell

Create Debian .deb package for Rust Web Server

To build http-to-https-letsencrypt as Debian package, put prebuilt binary http-to-https-letsencrypt at http-to-https-letsencrypt-create-deb/usr/local/bin

dpkg-deb --build http-to-https-letsencrypt-create-deb

mv http-to-https-letsencrypt-create-deb.deb http-to-https-letsencrypt.deb

To install package execute:

sudo dpkg -i --force-overwrite http-to-https-letsencrypt.deb

To check installation:

http-to-https-letsencrypt

Community

Use GitHub discussions, issues and pull requests.

There is Rust Web Server Discord where you can ask questions and share ideas.

Follow the Rust code of conduct.

Donations

If you appreciate my work and want to support it, feel free to do it via PayPal.

Links

  1. Rust Web Server
  2. Rust TLS Server
  3. http-to-https-letsencrypt
  4. Rust Web Framework
  5. Create RPM Package
  6. Homebrew Formula Rust TLS Server
  7. Homebrew Formula Rust Web Server