Skip to content

Namecheap DNS verification, credential information missing #1572

Answered by ldez
moracarlos asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

your problem is related to the sudo command and the env vars.
The two things are not in the same process.

You have to do that:

sudo \
NAMECHEAP_API_USER=<user> \
NAMECHEAP_API_KEY=<key> \
/opt/bitnami/letsencrypt/lego --dns namecheap --domains <domain> --email <email> --tls run

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ldez
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1571 on January 28, 2022 02:42.