Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Make Acmeproxy ACME Account configurable #41

Open
fhofherr opened this issue Oct 17, 2019 · 0 comments
Open

Make Acmeproxy ACME Account configurable #41

fhofherr opened this issue Oct 17, 2019 · 0 comments

Comments

@fhofherr
Copy link
Owner

Currently acmeproxy uses arbitrary data to create an ACME account for itself:

* A random UUID is used as the account ID
* The domain is hard-coded to `www.example.com`
* The empty string is used as email for the ACME account

In order to be useful, the behavior has to be changed to the following:

  • Domain and Email have to be configurable. Either by using a configuration file / environment variables or by an admin interface.
  • If acmeproxy did not create an ACME account yet, it may continue to use a random UUID to create a new account. As soon as it created the account it must reuse it and thus check if there is already an UUID.

Note: the UUID is used to identify the account within acmeproxy only. It is of no use for the ACME CA.

fhofherr added a commit that referenced this issue Oct 17, 2019
@fhofherr fhofherr added this to the v0.2.0 - certificate-agent milestone Oct 19, 2019
@fhofherr fhofherr assigned fhofherr and unassigned fhofherr Oct 19, 2019
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

1 participant