gregtwallace / certwarden

Cert Warden is a centralized ACME Client. It provides an API for certificate consumers to fetch their individual keys and certs with API keys.
https://www.certwarden.com/
Other
176 stars 6 forks source link

Certificate type conversion. #32

Open kennethtipton opened 8 months ago

kennethtipton commented 8 months ago

acme.sh can convert its certificate to different types (e.g. pfx PKCS #12 ) is there a way to do this from your interface

gregtwallace commented 8 months ago

This is not currently available natively. I considered adding it but ended up doing the conversion in the client script with OpenSSL: https://github.com/gregtwallace/certificate-scripts/blob/master/lego-unifi-controller.sh

This seemed like a more sane option since there are a number of potential manipulations, but I certainly haven't ruled out adding something.