Unofficial IPC wrapper & command-line controller for MPV, the video player https://notashelf.github.io/mpvrc/
  • Rust 96.7%
  • Nix 3.3%
Find a file
2024-12-22 19:12:35 +03:00
.github/workflows Merge pull request #1 from NotAShelf/interactive-cli 2024-12-15 21:53:41 +03:00
nix nix: init tooling 2024-12-22 18:44:11 +03:00
src initial server implementation 2024-12-22 19:12:35 +03:00
.envrc nix: init tooling 2024-12-22 18:44:11 +03:00
.gitignore initial server implementation 2024-12-22 19:12:35 +03:00
Cargo.lock initial server implementation 2024-12-22 19:12:35 +03:00
Cargo.toml initial server implementation 2024-12-22 19:12:35 +03:00
flake.lock nix: init tooling 2024-12-22 18:44:11 +03:00
flake.nix nix: init tooling 2024-12-22 18:44:11 +03:00
LICENSE Initial commit 2024-12-15 18:26:38 +00:00
README.md initial server implementation 2024-12-22 19:12:35 +03:00

Creating a PKCS#12 certificate file using OpenSSL:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
openssl pkcs12 -export -out identity.pfx -inkey key.pem -in cert.pem