linux-system-roles / certificate

Role for managing TLS/SSL certificate issuance and renewal
https://linux-system-roles.github.io/certificate/
MIT License
30 stars 21 forks source link

WIP: Use distro python cryptography #132

Closed rjeffman closed 1 year ago

rjeffman commented 2 years ago

Installing Python's cryptography from pip might require that a Rust compiler is available on the distribution and platform. By using the distro's package manager to install it, all dependencies will be available on every supported platform.

richm commented 2 years ago

[citest]

richm commented 2 years ago

[citest]

richm commented 2 years ago

[citest]

richm commented 1 year ago

Is this ready to be merged?

rjeffman commented 1 year ago

Sorry, I forgot to set it as draft.

This will not fix the issue we were having on non-x86 platforms, as certreader needs to be replaced.

I'll work again on this in early Q4.

rjeffman commented 1 year ago

This PR is not needed anymore. The actual work for the fix is PR #180