mirror of
				https://github.com/therootcompany/acme.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	v1.8.6: Notify of upcoming ACME.js v3
This commit is contained in:
		
							parent
							
								
									e17d86880f
								
							
						
					
					
						commit
						b8e51c2308
					
				
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							| @ -1,12 +1,9 @@ | |||||||
| # Do you rely on ACME.js? | # ACME.js v3 on its way (Nov 1st, 2019) | ||||||
| 
 | 
 | ||||||
| Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019. | ACME.js v3 is in private beta and will be available by Nov 1st. | ||||||
| **WITHOUT YOUR HELP** we won't get the next release out in time. |  | ||||||
| 
 | 
 | ||||||
| If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life, | Follow the updates on the [campaign page](https://indiegogo.com/at/greenlock), | ||||||
| or you just love it, please reach out to return the favor today: | and contribute to support the project and get beta access now. | ||||||
| 
 |  | ||||||
| [**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock> |  | ||||||
| 
 | 
 | ||||||
| | **acme-v2.js** ([npm](https://www.npmjs.com/package/acme-v2)) | | **acme-v2.js** ([npm](https://www.npmjs.com/package/acme-v2)) | ||||||
| | [acme-v2-cli.js](https://git.coolaj86.com/coolaj86/acme-v2-cli.js) | | [acme-v2-cli.js](https://git.coolaj86.com/coolaj86/acme-v2-cli.js) | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "acme-v2", | 	"name": "acme-v2", | ||||||
| 	"version": "1.8.4", | 	"version": "1.8.6", | ||||||
| 	"lockfileVersion": 1, | 	"lockfileVersion": 1, | ||||||
| 	"requires": true, | 	"requires": true, | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "acme-v2", | 	"name": "acme-v2", | ||||||
| 	"version": "1.8.5", | 	"version": "1.8.6", | ||||||
| 	"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.", | 	"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.", | ||||||
| 	"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", | 	"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", | ||||||
| 	"main": "index.js", | 	"main": "index.js", | ||||||
|  | |||||||
| @ -7,72 +7,13 @@ | |||||||
| // GREEN \u001b[32m | // GREEN \u001b[32m | ||||||
| // RESET \u001b[0m | // RESET \u001b[0m | ||||||
| 
 | 
 | ||||||
| var grabbers = [ |  | ||||||
| 	[ |  | ||||||
| 		'', |  | ||||||
| 		'================================================================================', |  | ||||||
| 		'', |  | ||||||
| 		' 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥', |  | ||||||
| 		'🔥                            🔥', |  | ||||||
| 		'🔥  Do you rely on Greenlock? 🔥', |  | ||||||
| 		'🔥               (or ACME.js) 🔥', |  | ||||||
| 		'🔥                            🔥', |  | ||||||
| 		' 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥' |  | ||||||
| 	], |  | ||||||
| 
 |  | ||||||
| 	[ |  | ||||||
| 		'', |  | ||||||
| 		'================================================================================', |  | ||||||
| 		'', |  | ||||||
| 		' 🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒', |  | ||||||
| 		'🍒                              🍒', |  | ||||||
| 		'🍒  Do you rely on Greenlock?   🍒', |  | ||||||
| 		'🍒               (or ACME.js)   🍒', |  | ||||||
| 		'🍒                              🍒', |  | ||||||
| 		' 🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒' |  | ||||||
| 	], |  | ||||||
| 
 |  | ||||||
| 	[ |  | ||||||
| 		'', |  | ||||||
| 		'================================================================================', |  | ||||||
| 		'', |  | ||||||
| 		' 👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇', |  | ||||||
| 		'👉                             👈', |  | ||||||
| 		'👉  Do you rely on Greenlock?  👈', |  | ||||||
| 		'👉               (or ACME.js)  👈', |  | ||||||
| 		'👉                             👈', |  | ||||||
| 		' 👆👆👆👆👆👆👆👆👆👆👆👆👆👆👆 ' |  | ||||||
| 	], |  | ||||||
| 
 |  | ||||||
| 	[ |  | ||||||
| 		'', |  | ||||||
| 		'================================================================================', |  | ||||||
| 		'', |  | ||||||
| 		' 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 ', |  | ||||||
| 		'👀                              👀', |  | ||||||
| 		'👀  Do you rely on Greenlock?   👀', |  | ||||||
| 		'👀               (or ACME.js)   👀', |  | ||||||
| 		'👀                              👀', |  | ||||||
| 		' 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 ' |  | ||||||
| 	] |  | ||||||
| ]; |  | ||||||
| 
 |  | ||||||
| setTimeout(function() { | setTimeout(function() { | ||||||
| 	grabbers[Math.floor(Math.random() * grabbers.length)] |     [ | ||||||
| 		.concat([ |  | ||||||
| 			'', | 			'', | ||||||
| 			"Hey! Let's Encrypt will \u001b[31mSTOP WORKING\u001b[0m with Greenlock and ACME.js at the end of Oct 2019.", | 			'\u001b[31mGreenlock and ACME.js v3 are on the way!\u001b[0m', | ||||||
| 			"\u001b[31mWITHOUT YOUR HELP\u001b[0m we won't get the next release out in time.", | 			'Watch for updates at https://indiegogo.com/at/greenlock', | ||||||
| 			'', |  | ||||||
| 			'If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life,', |  | ||||||
| 			'or you just love it, please reach out to return the favor today:', |  | ||||||
| 			'', |  | ||||||
| 			'\u001b[31mSAVE GREENLOCK / ACME.js:\u001b[0m', |  | ||||||
| 			'https://indiegogo.com/at/greenlock', |  | ||||||
| 			'', |  | ||||||
| 			'================================================================================', |  | ||||||
| 			'' | 			'' | ||||||
| 		]) | 		] | ||||||
| 		.forEach(function(line) { | 		.forEach(function(line) { | ||||||
| 			console.info(line); | 			console.info(line); | ||||||
| 		}); | 		}); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user