mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-24 23:18:22 +00:00
5e85c02f37
## Problem In control_plane, the local SSL certificate generation uses `ed25519`, but the comment still remained `rsa:2048`, resulting in a mismatch. This mismatch was introduced in #11542. ## Summary of changes The comment has been corrected from `rsa:2048` to `ed25519` to ensure consistency with the implementation.