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.

259 lines
8.2 KiB

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
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
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
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
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
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. # le: means simp`Le`
  2. Simplest shell script for LetsEncrypt free Certificate client
  3. Simple and Powerful, you only need 3 minutes to learn.
  4. Pure written in bash, no dependencies to python, acme-tiny or LetsEncrypt official client.
  5. Just one script, to issue, renew your certificates automatically.
  6. Probably it's the smallest&easiest&smartest shell script to automatically issue & renew the free certificates from LetsEncrypt.
  7. Do NOT require to be `root/sudoer`.
  8. #Tested OS
  9. 1. Ubuntu [![](https://cdn.rawgit.com/Neilpang/letest/master/status/ubuntu-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  10. 2. Debian [![](https://cdn.rawgit.com/Neilpang/letest/master/status/debian-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  11. 3. CentOS [![](https://cdn.rawgit.com/Neilpang/letest/master/status/centos-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  12. 4. Windows (cygwin with curl, openssl and crontab included) [![](https://cdn.rawgit.com/Neilpang/letest/master/status/windows.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  13. 5. FreeBSD with bash [![](https://cdn.rawgit.com/Neilpang/letest/master/status/freebsd.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  14. 6. pfsense with bash and curl
  15. 7. openSUSE [![](https://cdn.rawgit.com/Neilpang/letest/master/status/opensuse-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  16. 8. Alpine Linux [![](https://cdn.rawgit.com/Neilpang/letest/master/status/alpine-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status) (with bash, curl. https://github.com/Neilpang/le/issues/94)
  17. 9. Archlinux [![](https://cdn.rawgit.com/Neilpang/letest/master/status/base-archlinux.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  18. 10. fedora [![](https://cdn.rawgit.com/Neilpang/letest/master/status/fedora-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  19. 11. Kali Linux [![](https://cdn.rawgit.com/Neilpang/letest/master/status/kalilinux-kali-linux-docker.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  20. 12. Oracle Linux [![](https://cdn.rawgit.com/Neilpang/letest/master/status/oraclelinux-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
  21. For all the build status, check our daily build project:
  22. https://github.com/Neilpang/letest.git
  23. #Supported Mode
  24. 1. Webroot mode
  25. 2. Standalone mode
  26. 3. Apache mode
  27. 4. Dns mode
  28. #How to use
  29. 1. Clone this project: https://github.com/Neilpang/le.git
  30. 2. Install le:
  31. ```
  32. ./le.sh install
  33. ```
  34. You don't have to be root then, although it is recommended.
  35. Which does 3 jobs:
  36. * create and copy `le.sh` to your home dir: `~/.le`
  37. All the certs will be placed in this folder.
  38. * create alias : `le.sh=~/.le/le.sh` and `le=~/.le/le.sh`.
  39. * create everyday cron job to check and renew the cert if needed.
  40. After install, you must close current terminal and reopen again to make the alias take effect.
  41. Ok, you are ready to issue cert now.
  42. Show help message:
  43. ```
  44. root@v1:~# le.sh
  45. https://github.com/Neilpang/le
  46. v1.1.1
  47. Usage: le.sh [command] ...[args]....
  48. Available commands:
  49. install:
  50. Install le.sh to your system.
  51. issue:
  52. Issue a cert.
  53. installcert:
  54. Install the issued cert to apache/nginx or any other server.
  55. renew:
  56. Renew a cert.
  57. renewAll:
  58. Renew all the certs.
  59. uninstall:
  60. Uninstall le.sh, and uninstall the cron job.
  61. version:
  62. Show version info.
  63. installcronjob:
  64. Install the cron job to renew certs, you don't need to call this. The 'install' command can automatically install the cron job.
  65. uninstallcronjob:
  66. Uninstall the cron job. The 'uninstall' command can do this automatically.
  67. createAccountKey:
  68. Create an account private key, professional use.
  69. createDomainKey:
  70. Create an domain private key, professional use.
  71. createCSR:
  72. Create CSR , professional use.
  73. root@v1:~/le# le issue
  74. Usage: le issue webroot|no|apache|dns a.com [www.a.com,b.com,c.com]|no [key-length]|no
  75. ```
  76. Set the param value to "no" means you want to ignore it.
  77. For example, if you give "no" to "key-length", it will use default length 2048.
  78. And if you give 'no' to 'cert-file-path', it will not copy the issued cert to the "cert-file-path".
  79. In all the cases, the issued cert will be placed in "~/.le/domain.com/"
  80. # Just issue a cert:
  81. Example 1:
  82. Only one domain:
  83. ```
  84. le issue /home/wwwroot/aa.com aa.com
  85. ```
  86. Example 2:
  87. Multiple domains in the same cert:
  88. ```
  89. le issue /home/wwwroot/aa.com aa.com www.aa.com,cp.aa.com
  90. ```
  91. First argument `/home/wwwroot/aa.com` is the web root folder, You must have `write` access to this folder.
  92. Second argument "aa.com" is the main domain you want to issue cert for.
  93. Third argument is the additional domain list you want to use. Comma separated list, which is Optional.
  94. You must point and bind all the domains to the same webroot dir:`/home/wwwroot/aa.com`
  95. The cert will be placed in `~/.le/aa.com/`
  96. The issued cert will be renewed every 80 days automatically.
  97. # Install issued cert to apache/nginx etc.
  98. ```
  99. le installcert aa.com /path/to/certfile/in/apache/nginx /path/to/keyfile/in/apache/nginx /path/to/ca/certfile/apache/nginx "service apache2|nginx reload"
  100. ```
  101. Install the issued cert/key to the production apache or nginx path.
  102. The cert will be renewed every 80 days by default (which is configurable), Once the cert is renewed, the apache/nginx will be automatically reloaded by the command: `service apache2 reload` or `service nginx reload`
  103. # Use Standalone server to issue cert (requires you be root/sudoer, or you have permission to listen tcp 80 port):
  104. Same usage as all above, just give `no` as the webroot.
  105. The tcp `80` port must be free to listen, otherwise you will be prompted to free the `80` port and try again.
  106. ```
  107. le issue no aa.com www.aa.com,cp.aa.com
  108. ```
  109. # Use Apache mode (requires you be root/sudoer, since it is required to interact with apache server):
  110. If you are running a web server, apache or nginx, it is recommended to use the Webroot mode.
  111. Particularly, if you are running an apache server, you can use apache mode instead. Which doesn't write any file to your web root folder.
  112. Just set string "apache" to the first argument, it will use apache plugin automatically.
  113. ```
  114. le issue apache aa.com www.aa.com,user.aa.com
  115. ```
  116. All the other arguments are the same with previous.
  117. # Use DNS mode:
  118. Support the latest dns-01 challenge.
  119. ```
  120. le issue dns aa.com www.aa.com,user.aa.com
  121. ```
  122. You will get the output like bellow:
  123. ```
  124. Add the following txt record:
  125. Domain:_acme-challenge.aa.com
  126. Txt value:9ihDbjYfTExAYeDs4DBUeuTo18KBzwvTEjUnSwd32-c
  127. Add the following txt record:
  128. Domain:_acme-challenge.www.aa.com
  129. Txt value:9ihDbjxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  130. ```
  131. Please add those txt records to the domains. Waiting for the dns to take effect.
  132. Then just retry with 'renew' command:
  133. ```
  134. le renew aa.com
  135. ```
  136. Ok, it's finished.
  137. #Automatic dns api integeration
  138. If your dns provider supports api access, we can use api to automatically issue certs.
  139. You don't have do anything manually.
  140. ###Currently we support:
  141. 1. Cloudflare.com api
  142. 2. Dnspod.cn api
  143. 3. Cloudxns.com api
  144. 4. AWS Route 53, see: https://github.com/Neilpang/le/issues/65
  145. More apis are coming soon....
  146. If your dns provider is not in the supported list above, you can write your own script api easily.
  147. For more details: [How to use dns api](dnsapi)
  148. # Issue ECC certificate:
  149. LetsEncrypt now can issue ECDSA certificate.
  150. And we also support it.
  151. Just set the `length` parameter with a prefix `ec-`.
  152. For example:
  153. Single domain:
  154. ```
  155. le issue /home/wwwroot/aa.com aa.com no ec-256
  156. ```
  157. SAN multiple domains:
  158. ```
  159. le issue /home/wwwroot/aa.com aa.com www.aa.com,cp.aa.com ec-256
  160. ```
  161. Please look at the last parameter above.
  162. Valid values are:
  163. 1. ec-256 (prime256v1, "ECDSA P-256")
  164. 2. ec-384 (secp384r1, "ECDSA P-384")
  165. 3. ec-521 (secp521r1, "ECDSA P-521", which is not supported by letsencrypt yet.)
  166. #Under the Hood
  167. Speak ACME language with bash directly to Let's encrypt.
  168. TODO:
  169. #Acknowledgment
  170. 1. Acme-tiny: https://github.com/diafygi/acme-tiny
  171. 2. ACME protocol: https://github.com/ietf-wg-acme/acme
  172. 3. letsencrypt: https://github.com/letsencrypt/letsencrypt
  173. #License & Other
  174. License is GPLv3
  175. Please Star and Fork me.
  176. Issues and pull requests are welcomed.