Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Storage option #3

Open
Gurpartap opened this issue May 30, 2019 · 1 comment
Open

Storage option #3

Gurpartap opened this issue May 30, 2019 · 1 comment

Comments

@Gurpartap
Copy link

I'll submit a PR if I do end up using acmeproxy. ;)

Being able to plug a different cert storage option[1] (s3, consul, etc.) would be helpful.

I'm currently using certmagic with consul storage[2], and considering moving certificate management to a proxy process instead.

[1] https://github.com/mholt/certmagic/wiki/Storage-Implementations

[2]

// assuming default consul api url
storage, err := storageconsul.NewConsulStorage()
if err != nil {
	return err
}

cfg.Storage = storage
@mdbraber
Copy link
Owner

Sounds good. I only use certmagic for the storage of acmeproxy's own SSL certificate, but as you mentioned - adding an alternative storage provider isn't too hard. Let me know if you need any help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants