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

Storage option #3

Description

@Gurpartap

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions