You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

235 lines
3.6 KiB

9 years ago
9 years ago
9 years ago
8 years ago
7 years ago
7 years ago
9 years ago
9 years ago
7 years ago
8 years ago
8 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
7 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. Skip to content
  2. Pull requests
  3. Issues
  4. Marketplace
  5. Explore
  6. @stilez
  7. Learn Git and GitHub without any code!
  8. Using the Hello World guide, you’ll start a branch, write comments, and open a pull request.
  9. 395
  10. 14.7k
  11. 1.9k
  12. Neilpang/acme.sh
  13. Code
  14. Issues 415
  15. Pull requests 110
  16. Actions
  17. Projects 0
  18. Wiki
  19. Security
  20. Insights
  21. You’re editing a file in a project you don’t have write access to. Submitting a change to this file will write it to a new branch in your fork stilez/acme.sh, so you can send a pull request.
  22. acme.sh/
  23. 1
  24. # An ACME Shell script: acme.sh [![Build Status](https://travis-ci.org/Neilpang/acme.sh.svg?branch=master)](https://travis-ci.org/Neilpang/acme.sh)
  25. 2
  26. 3
  27. <a href="https://opencollective.com/acmesh" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/acmesh/all/badge.svg?label=financial+contributors" /></a> [![Join the chat at https://gitter.im/acme-sh/Lobby](https://badges.gitter.im/acme-sh/Lobby.svg)](https://gitter.im/acme-sh/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
  28. 4
  29. - An ACME protocol client written purely in Shell (Unix shell) language.
  30. 5
  31. - Full ACME protocol implementation.
  32. 6
  33. - Support ACME v1 and ACME v2
  34. 7
  35. - Support ACME v2 wildcard certs
  36. 8
  37. - Simple, powerful and very easy to use. You only need 3 minutes to learn it.
  38. 9
  39. - Bash, dash and sh compatible.
  40. 10
  41. - Simplest shell script for Let's Encrypt free certificate client.
  42. 11
  43. - Purely written in Shell with no dependencies on python or the official Let's Encrypt client.
  44. 12
  45. - Just one script to issue, renew and install your certificates automatically.
  46. 13
  47. - DOES NOT require `root/sudoer` access.
  48. 14
  49. - Docker friendly
  50. 15
  51. - IPv6 support
  52. 16
  53. - Cron job notifications for renewal or error etc.
  54. 17
  55. 18
  56. It's probably the `easiest & smartest` shell script to automatically issue & renew the free certificates from Let's Encrypt.
  57. 19
  58. 20
  59. Wiki: https://github.com/Neilpang/acme.sh/wiki
  60. 21
  61. 22
  62. For Docker Fans: [acme.sh :two_hearts: Docker ](https://github.com/Neilpang/acme.sh/wiki/Run-acme.sh-in-docker)
  63. 23
  64. 24
  65. Twitter: [@neilpangxa](https://twitter.com/neilpangxa)
  66. 25
  67. 26
  68. 27
  69. # [中文说明](https://github.com/Neilpang/acme.sh/wiki/%E8%AF%B4%E6%98%8E)
  70. 28
  71. 29
  72. # Who:
  73. 30
  74. - [FreeBSD.org](https://blog.crashed.org/letsencrypt-in-freebsd-org/)
  75. 31
  76. - [ruby-china.org](https://ruby-china.org/topics/31983)
  77. 32
  78. - [Proxmox](https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x_and_newer))
  79. 33
  80. - [pfsense](https://github.com/pfsense/FreeBSD-ports/pull/89)
  81. 34
  82. - [webfaction](https://community.webfaction.com/questions/19988/using-letsencrypt)
  83. 35
  84. - [Loadbalancer.org](https://www.loadbalancer.org/blog/loadbalancer-org-with-lets-encrypt-quick-and-dirty)
  85. 36
  86. - [discourse.org](https://meta.discourse.org/t/setting-up-lets-encrypt/40709)
  87. 37
  88. - [Centminmod](https://centminmod.com/letsencrypt-acmetool-https.html)
  89. 38
  90. - [splynx](https://forum.splynx.com/t/free-ssl-cert-for-splynx-lets-encrypt/297)
  91. 39
  92. - [archlinux](https://www.archlinux.org/packages/community/any/acme.sh)
  93. 40
  94. - [opnsense.org](https://github.com/opnsense/plugins/tree/master/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient)
  95. 41
  96. - [CentOS Web Panel](http://centos-webpanel.com/)
  97. 42
  98. - [lnmp.org](https://lnmp.org/)
  99. 43
  100. - [more...](https://github.com/Neilpang/acme.sh/wiki/Blogs-and-tutorials)
  101. 44
  102. 45
  103. # Tested OS
  104. 46
  105. 47
  106. | NO | Status| Platform|
  107. @stilez
  108. Propose file change
  109. Commit summary
  110. Optional extended description
  111. © 2019 GitHub, Inc.
  112. Terms
  113. Privacy
  114. Security
  115. Status
  116. Help
  117. Contact GitHub
  118. Pricing
  119. API
  120. Training
  121. Blog
  122. About