Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Transip (lexicon supported) you need to add more lines in opening docker #114

Open
2-MAdD opened this issue Jul 15, 2020 · 1 comment

Comments

@2-MAdD
Copy link

2-MAdD commented Jul 15, 2020

Standard you need to run the docker like this:

docker run --rm --name dnsrobocert
    --volume /etc/dnsrobocert/config.yml:/etc/dnsrobocert/config.yml
    --volume /etc/letsencrypt:/etc/letsencrypt
    adferrand/dnsrobocert:latest

but if you're using Transip as provider, you need to give the api.key a place in this command, otherwise it wont work:

docker run --rm --name dnsrobocert
    --volume /etc/dnsrobocert/config.yml:/etc/dnsrobocert/config.yml
    --volume /etc/letsencrypt:/etc/letsencrypt
    --volume /etc/dnsrobocert/api.key:/etc/dnsrobocert/api.key
    adferrand/dnsrobocert:3.0.0

This make is for getting the key also known in the docker.

@adferrand
Copy link
Owner

Hello!

Indeed this is a limitation of the Transip provider on Lexicon side, which accepts only a file for the api key. If you have interest for this, could you open an issue on https://github.com/analogj/lexicon so we can extend its possibilities, and avoid to mount a file in the Docker?

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

No branches or pull requests

2 participants