Files
archived-tauri/.changes/mobile-dev-root-cert.md
Lucas Fernandes Nogueira d6d5f37077 feat: add --root-certificate-path option for mobile dev (#13358)
* feat: add `--root-certificate-path` option for mobile dev

lets you use a HTTPS development server

example usage:
```
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/mobile-dev-cert
cargo tauri android dev --open --root-certificate-path "/Users/lucas/Library/Application Support/mkcert/rootCA.pem" --features tauri/rustls-tls
```

* Apply suggestions from code review

Co-authored-by: Fabian-Lars <github@fabianlars.de>

---------

Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-08-16 09:13:10 -03:00

177 B

tauri-cli, @tauri-apps/cli
tauri-cli @tauri-apps/cli
minor:feat minor:feat

Added --root-certificate-path option to android dev and ios dev to be able to connect to HTTPS dev servers.