Guest User

Untitled

a guest
Sep 14th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.92 KB | None | 0 0
  1.  
  2. -----------------------------------------------------
  3. updating acme.sh client...
  4. -----------------------------------------------------
  5. Initialized empty Git repository in /root/tools/acme.sh/.git/
  6. [Wed Sep 7 14:02:07 CEST 2016] Installing to /root/.acme.sh
  7. [Wed Sep 7 14:02:07 CEST 2016] Installed to /root/.acme.sh/acme.sh
  8. [Wed Sep 7 14:02:07 CEST 2016] OK, Close and reopen your terminal to start using acme.sh
  9. [Wed Sep 7 14:02:07 CEST 2016] Installing cron job
  10. [Wed Sep 7 14:02:07 CEST 2016] Good, bash is installed, change the shebang to use bash as prefered.
  11. [Wed Sep 7 14:02:07 CEST 2016] OK
  12. https://github.com/Neilpang/acme.sh
  13. v2.5.0
  14. -----------------------------------------------------
  15. acme.sh updated
  16. -----------------------------------------------------
  17. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.conf
  18. root /home/nginx/domains/domain.com/public;
  19. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.ssl.conf
  20. root /home/nginx/domains/domain.com/public;
  21.  
  22. -----------------------------------------------------------
  23. issue & install letsencrypt ssl certificate for domain.com
  24. -----------------------------------------------------------
  25. testcert value = live
  26. /root/.acme.sh/acme.sh --issue -d domain.com -w /home/nginx/domains/domain.com/public -k 2048 --useragent centminmod-centos6-acmesh-webroot
  27. [Wed Sep 7 14:02:08 CEST 2016] Creating account key
  28. [Wed Sep 7 14:02:09 CEST 2016] Registering account
  29. [Wed Sep 7 14:02:11 CEST 2016] Registered
  30. [Wed Sep 7 14:02:11 CEST 2016] Creating domain key
  31. [Wed Sep 7 14:02:11 CEST 2016] Single domain='domain.com'
  32. [Wed Sep 7 14:02:11 CEST 2016] Verify each domain
  33. [Wed Sep 7 14:02:11 CEST 2016] Getting webroot for domain='domain.com'
  34. [Wed Sep 7 14:02:11 CEST 2016] Getting token for domain='domain.com'
  35. [Wed Sep 7 14:02:13 CEST 2016] new-authz error: {"type":"urn:acme:error:unsupportedIdentifier","detail":"Internationalized domain names (starting with xn--) not yet supported","status": 400}
  36. LECHECK = 1
  37.  
  38. ...
  39.  
  40. Enter SSL certificate domain name you want without www. prefix host: domain.com
  41.  
  42.  
  43. -------------------------------------------------
  44. acmetool.sh is in beta testing phase
  45. please read & provide bug reports &
  46. feedback for this tool via the forums
  47. https://community.centminmod.com/posts/34492/
  48. -------------------------------------------------
  49.  
  50. continue [y/n] ? y
  51.  
  52. -----------------------------------------------------
  53. updating acme.sh client...
  54. -----------------------------------------------------
  55. Initialized empty Git repository in /root/tools/acme.sh/.git/
  56. [Wed Sep 7 14:02:07 CEST 2016] Installing to /root/.acme.sh
  57. [Wed Sep 7 14:02:07 CEST 2016] Installed to /root/.acme.sh/acme.sh
  58. [Wed Sep 7 14:02:07 CEST 2016] OK, Close and reopen your terminal to start using acme.sh
  59. [Wed Sep 7 14:02:07 CEST 2016] Installing cron job
  60. [Wed Sep 7 14:02:07 CEST 2016] Good, bash is installed, change the shebang to use bash as prefered.
  61. [Wed Sep 7 14:02:07 CEST 2016] OK
  62. https://github.com/Neilpang/acme.sh
  63. v2.5.0
  64. -----------------------------------------------------
  65. acme.sh updated
  66. -----------------------------------------------------
  67. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.conf
  68. root /home/nginx/domains/domain.com/public;
  69. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.ssl.conf
  70. root /home/nginx/domains/domain.com/public;
  71.  
  72. -----------------------------------------------------------
  73. issue & install letsencrypt ssl certificate for domain.com
  74. -----------------------------------------------------------
  75. testcert value = live
  76. /root/.acme.sh/acme.sh --issue -d domain.com -w /home/nginx/domains/domain.com/public -k 2048 --useragent centminmod-centos6-acmesh-webroot
  77. [Wed Sep 7 14:02:08 CEST 2016] Creating account key
  78. [Wed Sep 7 14:02:09 CEST 2016] Registering account
  79. [Wed Sep 7 14:02:11 CEST 2016] Registered
  80. [Wed Sep 7 14:02:11 CEST 2016] Creating domain key
  81. [Wed Sep 7 14:02:11 CEST 2016] Single domain='domain.com'
  82. [Wed Sep 7 14:02:11 CEST 2016] Verify each domain
  83. [Wed Sep 7 14:02:11 CEST 2016] Getting webroot for domain='domain.com'
  84. [Wed Sep 7 14:02:11 CEST 2016] Getting token for domain='domain.com'
  85. [Wed Sep 7 14:02:13 CEST 2016] new-authz error: {"type":"urn:acme:error:unsupportedIdentifier","detail":"Internationalized domain names (starting with xn--) not yet supported","status": 400}
  86. LECHECK = 1
  87.  
  88. ...
  89.  
  90. --------------------------------------------------------
  91. SSL Issue Management
  92. --------------------------------------------------------
  93. 1). Issue SSL Cert Staging/Test
  94. 2). Issue SSL Cert Staging/Test HTTPS Default
  95. 3). Issue SSL Cert Live
  96. 4). Issue SSL Cert Live HTTPS Default
  97. 5). Custom Webroot Issue SSL Cert Staging/Test
  98. 6). Custom Webroot Issue SSL Cert Staging/Test HTTPS Default
  99. 7). Custom Webroot Issue SSL Cert Live
  100. 8). Custom Webroot Issue SSL Cert Live HTTPS Default
  101. 9). S3 Issue SSL Cert
  102. 10). S3 Issue SSL Cert
  103. 11). S3 Issue SSL Cert
  104. 12). S3 Issue SSL Cert
  105. 13). Exit
  106. --------------------------------------------------------
  107. Enter option [ 1 - 13 ] 3
  108. --------------------------------------------------------
  109.  
  110. ...
  111.  
  112. Enter SSL certificate domain name you want without www. prefix host: domain.com
  113.  
  114.  
  115. -------------------------------------------------
  116. acmetool.sh is in beta testing phase
  117. please read & provide bug reports &
  118. feedback for this tool via the forums
  119. https://community.centminmod.com/posts/34492/
  120. -------------------------------------------------
  121.  
  122. continue [y/n] ? y
  123.  
  124. -----------------------------------------------------
  125. updating acme.sh client...
  126. -----------------------------------------------------
  127. Initialized empty Git repository in /root/tools/acme.sh/.git/
  128. [Wed Sep 7 14:02:07 CEST 2016] Installing to /root/.acme.sh
  129. [Wed Sep 7 14:02:07 CEST 2016] Installed to /root/.acme.sh/acme.sh
  130. [Wed Sep 7 14:02:07 CEST 2016] OK, Close and reopen your terminal to start using acme.sh
  131. [Wed Sep 7 14:02:07 CEST 2016] Installing cron job
  132. [Wed Sep 7 14:02:07 CEST 2016] Good, bash is installed, change the shebang to use bash as prefered.
  133. [Wed Sep 7 14:02:07 CEST 2016] OK
  134. https://github.com/Neilpang/acme.sh
  135. v2.5.0
  136. -----------------------------------------------------
  137. acme.sh updated
  138. -----------------------------------------------------
  139. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.conf
  140. root /home/nginx/domains/domain.com/public;
  141. grep 'root' /usr/local/nginx/conf/conf.d/domain.com.ssl.conf
  142. root /home/nginx/domains/domain.com/public;
  143.  
  144. -----------------------------------------------------------
  145. issue & install letsencrypt ssl certificate for domain.com
  146. -----------------------------------------------------------
  147. testcert value = live
  148. /root/.acme.sh/acme.sh --issue -d domain.com -w /home/nginx/domains/domain.com/public -k 2048 --useragent centminmod-centos6-acmesh-webroot
  149. [Wed Sep 7 14:02:08 CEST 2016] Creating account key
  150. [Wed Sep 7 14:02:09 CEST 2016] Registering account
  151. [Wed Sep 7 14:02:11 CEST 2016] Registered
  152. [Wed Sep 7 14:02:11 CEST 2016] Creating domain key
  153. [Wed Sep 7 14:02:11 CEST 2016] Single domain='domain.com'
  154. [Wed Sep 7 14:02:11 CEST 2016] Verify each domain
  155. [Wed Sep 7 14:02:11 CEST 2016] Getting webroot for domain='domain.com'
  156. [Wed Sep 7 14:02:11 CEST 2016] Getting token for domain='domain.com'
  157. [Wed Sep 7 14:02:13 CEST 2016] new-authz error: {"type":"urn:acme:error:unsupportedIdentifier","detail":"Internationalized domain names (starting with xn--) not yet supported","status": 400}
  158. LECHECK = 1
  159.  
  160. --------------------------------------------------------
  161. SSL Issue Management
  162. --------------------------------------------------------
  163. 1). Issue SSL Cert Staging/Test
  164. 2). Issue SSL Cert Staging/Test HTTPS Default
  165. 3). Issue SSL Cert Live
  166. 4). Issue SSL Cert Live HTTPS Default
  167. 5). Custom Webroot Issue SSL Cert Staging/Test
  168. 6). Custom Webroot Issue SSL Cert Staging/Test HTTPS Default
  169. 7). Custom Webroot Issue SSL Cert Live
  170. 8). Custom Webroot Issue SSL Cert Live HTTPS Default
  171. 9). S3 Issue SSL Cert
  172. 10). S3 Issue SSL Cert
  173. 11). S3 Issue SSL Cert
  174. 12). S3 Issue SSL Cert
  175. 13). Exit
  176. --------------------------------------------------------
  177. Enter option [ 1 - 13 ] 13
  178. --------------------------------------------------------
  179.  
  180. ...
  181.  
  182.  
  183. ...
  184.  
  185. --------------------------------------------------------
  186. SSL Issue Management
  187. --------------------------------------------------------
  188. 1). Issue SSL Cert Staging/Test
  189. 2). Issue SSL Cert Staging/Test HTTPS Default
  190. 3). Issue SSL Cert Live
  191. 4). Issue SSL Cert Live HTTPS Default
  192. 5). Custom Webroot Issue SSL Cert Staging/Test
  193. 6). Custom Webroot Issue SSL Cert Staging/Test HTTPS Default
  194. 7). Custom Webroot Issue SSL Cert Live
  195. 8). Custom Webroot Issue SSL Cert Live HTTPS Default
  196. 9). S3 Issue SSL Cert
  197. 10). S3 Issue SSL Cert
  198. 11). S3 Issue SSL Cert
  199. 12). S3 Issue SSL Cert
  200. 13). Exit
  201. --------------------------------------------------------
  202. Enter option [ 1 - 13 ] 13
  203. --------------------------------------------------------
Add Comment
Please, Sign In to add comment