Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Elliptic Curve certificate #34

Open
scabana opened this issue Apr 20, 2023 · 1 comment
Open

Support for Elliptic Curve certificate #34

scabana opened this issue Apr 20, 2023 · 1 comment

Comments

@scabana
Copy link

scabana commented Apr 20, 2023

Hello!

We have a requirement to support ECDSA certificates, I tried adding

policy.KeyType = CertificateKeyType.Ec;
policy.KeyCurveName = CertificateKeyCurveName.P256;
policy.KeySize = 256;

here and got an EC based certificate.

I'd be willing to open a PR to add two parameters to the order command that would look like:

--elliptic-curve P256|P384|P521|P256K
--key-size int

At the same time, I'd add a delay somewhere after

await dnsZone.SetTxtRecords(order);
I've been having failures with what looks like dns propagation issues. Same as #28 and #18.

Thanks in advance!

@ross-mcdermott
Copy link
Contributor

Thanks @scabana a PR would be much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants