grafana / certmagic-gcs

GCS storage for Certmagic
GNU Affero General Public License v3.0
10 stars 5 forks source link

Separate Caddy module from certmagic Storage implementation #150

Closed shrink closed 1 year ago

shrink commented 1 year ago

CertMagic does not have a dependency on Caddy so it should be possible to use certmagic-gcs without Caddy. Unfortunately because of init() it is not possible to use this package outside of Caddy. Separating out the CertMagic storage implementation from the Caddy module would be very helpful for non-Caddy use-cases.

Thank you :)

hairyhenderson commented 1 year ago

Thanks for the suggestion (and the PR) @shrink - this seems like a useful change!