{"id":19662294,"url":"https://github.com/leblanc-simon/certbot-govh","last_synced_at":"2026-06-12T19:32:53.262Z","repository":{"id":140861675,"uuid":"487997262","full_name":"leblanc-simon/certbot-govh","owner":"leblanc-simon","description":"plugin for certbot to create and delete DNS entry for DNS Validation on OVH","archived":false,"fork":false,"pushed_at":"2022-05-02T23:39:22.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T03:22:58.968Z","etag":null,"topics":["certbot","certbot-dns","certbot-plugin","ovh"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leblanc-simon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-02T21:34:33.000Z","updated_at":"2023-05-30T23:55:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfc085e3-ee9e-4bae-9be7-6ae103bc5c34","html_url":"https://github.com/leblanc-simon/certbot-govh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/leblanc-simon/certbot-govh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leblanc-simon%2Fcertbot-govh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leblanc-simon%2Fcertbot-govh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leblanc-simon%2Fcertbot-govh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leblanc-simon%2Fcertbot-govh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leblanc-simon","download_url":"https://codeload.github.com/leblanc-simon/certbot-govh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leblanc-simon%2Fcertbot-govh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["certbot","certbot-dns","certbot-plugin","ovh"],"created_at":"2024-11-11T16:10:30.011Z","updated_at":"2026-06-12T19:32:53.234Z","avatar_url":"https://github.com/leblanc-simon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# certbot-govh\n\ncertbot-govh is a simple plugin for certbot to create and delete DNS entry for DNS Validation on OVH.\n\n## Installation\n\n```\ncd /opt\ngit clone https://github.com/leblanc-simon/certbot-govh.git\ncd certbot-govh\ngo build\n```\n\nOr download release : https://github.com/leblanc-simon/certbot-govh/releases/download/v1.0.0/certbot-govh-1.0.0.tar.bz2\n\n## Usage\n\nFirst, you need create a token for your domain. You may to directly go to : [https://eu.api.ovh.com/createToken/](https://eu.api.ovh.com/createToken/).\n\nSet a reasonable validity, then set the right for your domain name :\n* POST : /domain/zone/{domain name}/record\n* POST : /domain/zone/{domain name}/refresh\n* DELETE : /domain/zone/{domain name}/record/*\n\nRestrict by IP if possible.\n\nCreate, a directory in your home directory named \".ovh\", and then, a file in this directory named \"{domain name}.ini\" : \n\n```ini\n# /root/.ovh/example.com.ini\n[default]\nendpoint=\"ovh-eu\"\n\n[ovh-eu]\napplication_key=\napplication_secret=\nconsumer_key=\n```\n\nWhen all is OK, you can run : \n\n```bash\ncertbot certonly --manual --preferred-challenges=dns --manual-auth-hook /opt/certbot-govh/certbot-govh-auth.sh --manual-cleanup-hook /opt/certbot-govh/certbot-govh-cleanup.sh -d *.example.com\n```\n\nOr use a config file : \n\n```ini\n# /etc/letsencrypt/cli-example.com.ini\nrsa-key-size = 4096\nemail = postmaster@example.cpù\nagree-tos = True\n\ndomains = *.example.com\n\nauthenticator = manual\nmanual-auth-hook = /opt/certbot-govh/certbot-govh-auth.sh\nmanual-cleanup-hook = /opt/certbot-govh/certbot-govh-cleanup.sh\npreferred-challenges = dns-01\nmanual-public-ip-logging-ok = True\nrenew-by-default = True\n```\n\n```bash\ncertbot certonly -c /etc/letsencrypt/cli-example.com.ini\n```\n\n## License\n\n* [WTFPL](http://www.wtfpl.net/)\n\n## Author\n\nSimon Leblanc \u003ccontact@leblanc-simon.eu\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleblanc-simon%2Fcertbot-govh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleblanc-simon%2Fcertbot-govh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleblanc-simon%2Fcertbot-govh/lists"}