[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1891":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":15,"starSnapshotCount":15,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},1891,"certbot","certbot\u002Fcertbot","Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server.  It can also act as a client for any other CA that uses the ACME protocol.","",null,"Python",33080,3497,732,136,0,1,11,56,6,83.1,"Other",false,"main",true,[26,27,5,28,29,30],"acme","acme-client","certificate","letsencrypt","python","2026-06-12 04:00:11",".. This file contains a series of comments that are used to include sections of this README in other files. Do not modify these comments unless you know what you are doing. tag:intro-begin\n\n|build-status|\n\n.. |build-status| image:: https:\u002F\u002Fimg.shields.io\u002Fazure-devops\u002Fbuild\u002Fcertbot\u002Fba534f81-a483-4b9b-9b4e-a60bec8fee72\u002F5\u002Fmain\n   :target: https:\u002F\u002Fdev.azure.com\u002Fcertbot\u002Fcertbot\u002F_build?definitionId=5\n   :alt: Azure Pipelines CI status\n\n.. image:: https:\u002F\u002Fraw.githubusercontent.com\u002FEFForg\u002Fdesign\u002Fmaster\u002Flogos\u002Fcertbot\u002Feff-certbot-lockup.png\n  :width: 200\n  :alt: EFF Certbot Logo\n\nCertbot is part of EFF’s effort to encrypt the entire Internet. Secure communication over the Web relies on HTTPS, which requires the use of a digital certificate that lets browsers verify the identity of web servers (e.g., is that really google.com?). Web servers obtain their certificates from trusted third parties called certificate authorities (CAs). Certbot is an easy-to-use client that fetches a certificate from Let’s Encrypt—an open certificate authority launched by the EFF, Mozilla, and others—and deploys it to a web server.\n\nAnyone who has gone through the trouble of setting up a secure website knows what a hassle getting and maintaining a certificate is. Certbot and Let’s Encrypt can automate away the pain and let you turn on and manage HTTPS with simple commands. Using Certbot and Let's Encrypt is free.\n\n.. _installation:\n\nGetting Started\n---------------\nThe best way to get started is to use our `interactive guide \u003Chttps:\u002F\u002Fcertbot.eff.org>`_. It generates instructions based on your configuration settings. In most cases, you’ll need `root or administrator access \u003Chttps:\u002F\u002Fcertbot.eff.org\u002Ffaq\u002F#does-certbot-require-root-administrator-privileges>`_ to your web server to run Certbot.\n\nCertbot is meant to be run directly on your web server on the command line, not on your personal computer. If you’re using a hosted service and don’t have direct access to your web server, you might not be able to use Certbot. Check with your hosting provider for documentation about uploading certificates or using certificates issued by Let’s Encrypt.\n\nContributing\n------------\n\nIf you'd like to contribute to this project please read `Developer Guide\n\u003Chttps:\u002F\u002Fcertbot.eff.org\u002Fdocs\u002Fcontributing.html>`_.\n\nThis project is governed by `EFF's Public Projects Code of Conduct \u003Chttps:\u002F\u002Fwww.eff.org\u002Fpages\u002Feppcode>`_.\n\nLinks\n=====\n\n.. Do not modify this comment unless you know what you're doing. tag:links-begin\n\nDocumentation: https:\u002F\u002Fcertbot.eff.org\u002Fdocs\n\nSoftware project: https:\u002F\u002Fgithub.com\u002Fcertbot\u002Fcertbot\n\nChangelog: https:\u002F\u002Fgithub.com\u002Fcertbot\u002Fcertbot\u002Fblob\u002Fmain\u002Fcertbot\u002FCHANGELOG.md\n\nFor Contributors: https:\u002F\u002Fcertbot.eff.org\u002Fdocs\u002Fcontributing.html\n\nFor Users: https:\u002F\u002Fcertbot.eff.org\u002Fdocs\u002Fusing.html\n\nMain Website: https:\u002F\u002Fcertbot.eff.org\n\nLet's Encrypt Website: https:\u002F\u002Fletsencrypt.org\n\nCommunity: https:\u002F\u002Fcommunity.letsencrypt.org\n\nACME spec: `RFC 8555 \u003Chttps:\u002F\u002Ftools.ietf.org\u002Fhtml\u002Frfc8555>`_\n\nACME working area in github (archived): https:\u002F\u002Fgithub.com\u002Fietf-wg-acme\u002Facme\n\n.. Do not modify this comment unless you know what you're doing. tag:links-end\n\n.. Do not modify this comment unless you know what you're doing. tag:intro-end\n\n.. Do not modify this comment unless you know what you're doing. tag:features-begin\n\nCurrent Features\n=====================\n\n* Supports multiple web servers:\n\n  - Apache 2.4+\n  - nginx\u002F0.8.48+\n  - webroot (adds files to webroot directories in order to prove control of\n    domains and obtain certificates)\n  - standalone (runs its own simple webserver to prove you control a domain)\n  - other server software via `third party plugins \u003Chttps:\u002F\u002Fcertbot.eff.org\u002Fdocs\u002Fusing.html#third-party-plugins>`_\n\n* The private key is generated locally on your system.\n* Can talk to the Let's Encrypt CA or optionally to other ACME\n  compliant services.\n* Can get domain-validated (DV) certificates.\n* Can revoke certificates.\n* Supports ECDSA (default) and RSA certificate private keys.\n* Can optionally install a http -> https redirect, so your site effectively\n  runs https only.\n* Fully automated.\n* Configuration changes are logged and can be reverted.\n\n.. Do not modify this comment unless you know what you're doing. tag:features-end\n\nThanks\n------\n\nWe appreciate the donation of credits to help us test and develop Certbot from:\n\n.. image:: https:\u002F\u002Fopensource.nyc3.cdn.digitaloceanspaces.com\u002Fattribution\u002Fassets\u002FSVG\u002FDO_Logo_horizontal_blue.svg\n  :width: 201\n  :alt: DigitalOcean Logo\n  :target: https:\u002F\u002Fwww.digitalocean.com\u002F\n","Certbot 是一个用于从 Let's Encrypt 获取证书并自动在服务器上启用 HTTPS 的工具，同时也可以作为其他支持 ACME 协议的证书颁发机构的客户端。其核心功能包括自动获取和更新 SSL\u002FTLS 证书，并简化了 HTTPS 的配置过程。基于 Python 开发，Certbot 提供了命令行界面，便于用户操作。适用于需要加密通信的各种 Web 服务场景，如个人网站、企业应用等，特别是那些希望减少手动管理证书复杂性的用户。通过 Certbot 和 Let's Encrypt 的结合使用，可以实现免费且高效的 HTTPS 配置与维护。",2,"2026-06-11 02:46:39","top_all"]