afosto / yaac

Yet another ACME client: a decoupled LetsEncrypt client
Other
219 stars 85 forks source link

Optionally pass in the certificate type and key size to use when issu… #35

Closed Dan70402 closed 2 years ago

Dan70402 commented 3 years ago

…ing a certificate. This commit preserves the existing behavior and adds optional arguments

bakkerpeter commented 3 years ago

I think this could be done, but please look at https://github.com/afosto/yaac/pull/18 Upon client creation there is a way of setting options for the client. I think this should be used in order to achieve this and also keep the code clean.