Add Let's Encrypt Root Cert

This commit is contained in:
Bianca Fürstenau 2025-02-10 05:34:47 +01:00
parent d5e56af27b
commit 528507c9bb
4 changed files with 90 additions and 4 deletions

View file

@ -28,3 +28,4 @@ chrono = {version = "^0.4"}
tokio = {version = "^1.43"}
tauri-plugin-fs = "2"
curl = {version = "^0.4"}
openssl = {version = "^0.10", features = ["vendored"] }