mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
- Update `GenerateCertificate` to correctly identify IP addresses and add them to `IPAddresses` instead of `DNSNames`. - Update `GetServerTLSConfig` to verify both `DNSNames` and `IPAddresses` when checking certificate validity. - Add `TestCertificateManagerIPAddress` to `certmanager_test.go` to ensure correct encoding and prevent regressions. - Ensure compliance with RFC 5280 by using binary encoding for IP addresses in certificates.