updated README

This commit is contained in:
2026-06-09 13:50:37 +02:00
parent f5f5da51c8
commit 5089f94a21

View File

@@ -129,7 +129,7 @@ Before deployment, you must generate SSL/TLS certificates since MiauInv enforces
mkdir -p appdata
# Generate self-signed certificate and private key
openssl req -x509 -newkey rsa:4096 -keyout appdata/key.pem -out certs/cert.pem -sha256 -days 365 -nodes
openssl req -x509 -newkey rsa:4096 -keyout appdata/key.pem -out appdata/cert.pem -sha256 -days 365 -nodes
```