GitLab pages daemon support for ECDSA keys
In the Pages section of the repo configuration, there are two text fields to be filled with the certificate and the private key.
Supplying an ECDSA cert and private key results in an HTTP 500 error reponse.
ECDSA keys are common and useful.
The private key in PEM format begins with the string -----BEGIN EC PRIVATE KEY-----
.