{"id":13840470,"url":"https://github.com/ndilieto/uacme","last_synced_at":"2026-02-18T23:31:13.877Z","repository":{"id":34783615,"uuid":"182530051","full_name":"ndilieto/uacme","owner":"ndilieto","description":"ACMEv2 client written in plain C with minimal dependencies","archived":false,"fork":false,"pushed_at":"2026-01-28T19:56:35.000Z","size":1057,"stargazers_count":480,"open_issues_count":3,"forks_count":42,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-02-13T17:31:25.792Z","etag":null,"topics":["acme-client","acme-protocol","acme-v2","challenge","letsencrypt","letsencrypt-cli","rcf8555","ssl-certificate","tls-certificate","uacme","ualpn"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndilieto.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-21T12:27:19.000Z","updated_at":"2026-02-12T14:45:10.000Z","dependencies_parsed_at":"2024-01-07T21:22:30.253Z","dependency_job_id":"53a6d397-0436-46b2-a3e6-171c9c8b0d51","html_url":"https://github.com/ndilieto/uacme","commit_stats":{"total_commits":236,"total_committers":12,"mean_commits":"19.666666666666668","dds":0.06355932203389836,"last_synced_commit":"cdf63e24dc475a558400c68714e32d32904e4c57"},"previous_names":[],"tags_count":136,"template":false,"template_full_name":null,"purl":"pkg:github/ndilieto/uacme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndilieto%2Fuacme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndilieto%2Fuacme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndilieto%2Fuacme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndilieto%2Fuacme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndilieto","download_url":"https://codeload.github.com/ndilieto/uacme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndilieto%2Fuacme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["acme-client","acme-protocol","acme-v2","challenge","letsencrypt","letsencrypt-cli","rcf8555","ssl-certificate","tls-certificate","uacme","ualpn"],"created_at":"2024-08-04T17:00:49.076Z","updated_at":"2026-02-18T23:31:13.856Z","avatar_url":"https://github.com/ndilieto.png","language":"C","funding_links":[],"categories":["\u003ca name=\"security\"\u003e\u003c/a\u003eSecurity and encryption","C"],"sub_categories":[],"readme":"uacme README \nCopyright (C) 2019-2024 Nicola Di Lieto \u003cnicola.dilieto@gmail.com\u003e\n\nuacme is a client for the RFC8555 ACMEv2 protocol. Additional\ninformation can be found at \u003chttps://github.com/ndilieto/uacme\u003e\nand the manual pages at \u003chttps://ndilieto.github.io/uacme/uacme.html\u003e\nand \u003chttps://ndilieto.github.io/uacme/ualpn.html\u003e\n\n\nREADME\n------\nThis README is targeted for users of the software who build from\nsources but do not necessarily develop.\n\n\nCOMPILATION\n-----------\nA typical command sequence for building uacme is shown below.\nA complete list of options available for configure can be found\nby running './configure --help'.\n\n    cd uacme-\u003cversion\u003e\n    ./configure\n    make\n    sudo make install\n\nThe software depends on libcurl and one of GnuTLS, OpenSSL or\nmbedTLS\n\n * libcurl: the multiprotocol file transfer library \n    https://curl.haxx.se/libcurl\n * GnuTLS: for cryptographic algorithms\n    https://gnutls.org\n * OpenSSL: alternative to GnuTLS\n    https://www.openssl.org\n * mbedTLS: lightweight alternative to GnuTLS\n    https://tls.mbed.org\n\n\nDOCUMENTATION\n-------------\nSee README.md and the manual pages included in the distribution\n(uacme.1 or uacme.1.html and ualpn.1 or ualpn.1.html)\n\n\nLICENSING\n---------\nSee the COPYING file for licensing information\n\n\nBUGS\n----\nIf you believe you have found a bug, please create a new issue\nat https://github.com/ndilieto/uacme/issues with any applicable\ninformation. \n\nApplicable information would include why the issue is a uacme bug (if\nnot readily apparent), output from 'uname -a', the version of uacme\nbeing used, a stack trace if available ('bt full' if under gdb or\nvalgrind output), and perhaps a network trace.  Vague queries or\npiecemeal messages are difficult to act upon and don't help the\ndevelopment effort.\n\n\nPATCHES\n-------\nPatches are welcome and encouraged. Patches can be submitted by \ncreating a pull request at https://github.com/ndilieto/uacme/pulls\n\nWhen submitting patches, please be sure to use sources from the git\nrepository, and preferrably from the master branch.  To create a patch\nfor the project from a local git repository, please use the following\ncommands. 'uacme' should be the local directory of a previous git clone.\n\n    cd uacme\n    git add the-file-you-modified.c another-file.c\n    git commit the-file-you-modified.c another-file.c\n\nFor more information on use of Git, visit http://git-scm.com/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndilieto%2Fuacme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndilieto%2Fuacme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndilieto%2Fuacme/lists"}