DanielDent / docker-nginx-ssl-proxy

SSL Front-End Proxy With Automatic Free Certificate Management
https://hub.docker.com/r/danieldent/nginx-ssl-proxy/
Other
204 stars 68 forks source link

Registering *with* email? #28

Open panzi opened 5 years ago

panzi commented 5 years ago

Is there a way to pass the email (and other meta data) certbot shall be use for the certificate?

vlejd commented 2 years ago

Looks like the current docker file explicitly does the registration without email. There may be a reason for that. Running certbot register --update-registration --email new_email@address.org or certbot update_account --email new_email@address.org should do the trick.