mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
## 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.