glatzert/ACME-Server-ADCS

Add support for ES384 and ES512 algorithms

Closed this issue · 1 comments

Add support for ES384 and ES512 algorithms.

private readonly string[] _supportedAlgs = new[] { "RS256", "ES256" };

https://www.rfc-editor.org/rfc/rfc7518#section-3.1

Hi Timothy,
I'll integrate your PR, but keep this issue open, to remind me of moving the collection in the configuration file.