update style again
This commit is contained in:
		
							parent
							
								
									dd70043ffb
								
							
						
					
					
						commit
						d64d53aefa
					
				
							
								
								
									
										56
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										56
									
								
								README.md
									
									
									
									
									
								
							| @ -5,8 +5,6 @@ Free SSL for everybody. The bare essentials of the Let's Encrypt v2 (ACME draft | |||||||
| Built for [Greenlock](https://git.coolaj86.com/coolaj86/greenlock-express.js), | Built for [Greenlock](https://git.coolaj86.com/coolaj86/greenlock-express.js), | ||||||
| [by request](https://git.coolaj86.com/coolaj86/greenlock.js/issues/5#issuecomment-8). | [by request](https://git.coolaj86.com/coolaj86/greenlock.js/issues/5#issuecomment-8). | ||||||
| 
 | 
 | ||||||
| This is intented for building ACME API clients in node.js. |  | ||||||
| 
 |  | ||||||
| | Sponsored by [ppl](https://ppl.family) | | | Sponsored by [ppl](https://ppl.family) | | ||||||
|  |  | ||||||
|  |  | ||||||
| @ -14,34 +12,16 @@ This is intented for building ACME API clients in node.js. | |||||||
| Looking for Quick 'n' Easy™? | Looking for Quick 'n' Easy™? | ||||||
| ======= | ======= | ||||||
| 
 | 
 | ||||||
| If you're looking to *build* a *browser* client, try [Greenlock Web Browsers](https://git.coolaj86.com/coolaj86/greenlock.html). | This is intented for building ACME API clients in node.js. It is *not* a high-level, fully-integrated solution. | ||||||
| If you're looking to *build* a node.js *service* or *cli*, try [Greenlock for node.js](https://git.coolaj86.com/coolaj86/greenlock.js). |  | ||||||
| If you're looking for an *ACME-enabled webserver*, try [Greenlock for Express.js](https://git.coolaj86.com/coolaj86/greenlock-express.js) or [goldilocks.js](https://git.coolaj86.com/coolaj86/goldilocks.js). |  | ||||||
| 
 | 
 | ||||||
| * [Greenlock for Web Browsers](https://git.coolaj86.com/coolaj86/greenlock.html) | You may be more interested in one of these: | ||||||
| * [Greenlock for node.js](https://git.coolaj86.com/coolaj86/greenlock.js) |  | ||||||
| * [Greenlock for Express.js](https://git.coolaj86.com/coolaj86/greenlock-express.js) |  | ||||||
| * [goldilocks.js](https://git.coolaj86.com/coolaj86/goldilocks.js) |  | ||||||
| 
 | 
 | ||||||
| Let's Encrypt v2 / ACME draft 11 Support | * <https://greenlock.domains> Instant Certificates in your Browser | ||||||
| ======== | * [Greenlock for Web Browsers](https://git.coolaj86.com/coolaj86/greenlock.html) (Browser JavaScript) | ||||||
| 
 | * [Greenlock for Web Servers](https://git.coolaj86.com/coolaj86/greenlock-cli.js) (Command line, like certbot) | ||||||
| This library (acme.js) supports ACME [*draft 11*](https://tools.ietf.org/html/draft-ietf-acme-acme-11), | * [Greenlock for Express.js](https://git.coolaj86.com/coolaj86/greenlock-express.js) (Automated HTTPS for Express.js apps) | ||||||
| otherwise known as Let's Encrypt v2 (or v02). | * [Greenlock for node.js](https://git.coolaj86.com/coolaj86/greenlock.js) (Automated HTTPS for Proxies, Load-Balances, Servers, CLIs) | ||||||
| 
 | * [goldilocks.js](https://git.coolaj86.com/coolaj86/goldilocks.js) (A Full-Blown WebServer) | ||||||
|   * ACME draft 11 |  | ||||||
|   * Let's Encrypt v2 |  | ||||||
|   * Let's Encrypt v02 |  | ||||||
| 
 |  | ||||||
| ``` |  | ||||||
| # Production URL |  | ||||||
| https://acme-v02.api.letsencrypt.org/directory |  | ||||||
| ``` |  | ||||||
| 
 |  | ||||||
| ``` |  | ||||||
| # Staging URL |  | ||||||
| https://acme-staging-v02.api.letsencrypt.org/directory |  | ||||||
| ``` |  | ||||||
| 
 | 
 | ||||||
| Demonstration | Demonstration | ||||||
| ============= | ============= | ||||||
| @ -86,6 +66,26 @@ examples/https-server.js | |||||||
| examples/http-server.js | examples/http-server.js | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | Let's Encrypt v2 / ACME draft 11 Support | ||||||
|  | ======== | ||||||
|  | 
 | ||||||
|  | This library (acme.js) supports ACME [*draft 11*](https://tools.ietf.org/html/draft-ietf-acme-acme-11), | ||||||
|  | otherwise known as Let's Encrypt v2 (or v02). | ||||||
|  | 
 | ||||||
|  |   * ACME draft 11 | ||||||
|  |   * Let's Encrypt v2 | ||||||
|  |   * Let's Encrypt v02 | ||||||
|  | 
 | ||||||
|  | ``` | ||||||
|  | # Production URL | ||||||
|  | https://acme-v02.api.letsencrypt.org/directory | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
|  | ``` | ||||||
|  | # Staging URL | ||||||
|  | https://acme-staging-v02.api.letsencrypt.org/directory | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
| Install | Install | ||||||
| ======= | ======= | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user