chore: remove incomplete section on Let's Encrypt certificates from README.md

This commit is contained in:
2026-02-28 11:17:47 +01:00
parent 050986ff87
commit 8d30246ea0

View File

@@ -142,12 +142,6 @@ The script runs the Azure Storage Emulator using supported container runtime (Do
You have to use the same procedure as for `run-server.sh` to install the generated CA certificate as a trusted root certificate in your system to avoid SSL errors when connecting to the emulator. You have to use the same procedure as for `run-server.sh` to install the generated CA certificate as a trusted root certificate in your system to avoid SSL errors when connecting to the emulator.
## Using Let's Encrypt Certificates
> **Note:** This procedure is work in progress and not yet fully documented.
By default, the emulator generates self-signed certificates for the HTTPS endpoints. If you want to use real certificates from Let's Encrypt, you will have to deploy a real Azure Storage Account and use it to complete the HTTP-01 challenge for the desired domain name. You won't be able to use table and queue services because you will not be able to complete the challenge for the corresponding endpoints.
## Reference ## Reference
- [Azure Storage Emulator GitHub Repository](https://github.com/azure/azurite) - [Azure Storage Emulator GitHub Repository](https://github.com/azure/azurite)