This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
add OVH certbot dns challenge to nginxproxymanager #2616
Unanswered
jsapede
asked this question in
Help Needed
Replies: 2 comments
-
python3 -m pip install certbot-dns-ovh was the solution for me to add the OVH feature to certbot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or select DnsMulti from the menu, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i'm not familiar with this, but as far as i understand i need to install OVH dns challenge for certbot on NPM.
do you simply do it by
pip install certbot-dns-ovh
? without any venv considerations ?
where are stored the configs to edit for those challenges ?
dns_ovh_endpoint = ovh-eu dns_ovh_application_key = xxx dns_ovh_application_secret = xxx dns_ovh_consumer_key = xxx
i've explored the installation script before asking but didnt find
Beta Was this translation helpful? Give feedback.
All reactions