We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
az-acme-cli/src/AzAcme.Cli/Commands/OrderCommand.cs
Line 71 in 6b9f912
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks @scabana a PR would be much appreciated!
Sorry, something went wrong.
No branches or pull requests
Hello!
We have a requirement to support ECDSA certificates, I tried adding
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:
At the same time, I'd add a delay somewhere after
az-acme-cli/src/AzAcme.Cli/Commands/OrderCommand.cs
Line 71 in 6b9f912
Thanks in advance!
The text was updated successfully, but these errors were encountered: