Update 'README.md'
This commit is contained in:
		
							父節點
							
								
									59bef53778
								
							
						
					
					
						當前提交
						4118f682f0
					
				
							
								
								
									
										24
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								README.md
									
									
									
									
									
								
							@ -1,20 +1,4 @@
 | 
			
		||||
<!-- BANNER_TPL_BEGIN -->
 | 
			
		||||
 | 
			
		||||
About Daplie: We're taking back the Internet!
 | 
			
		||||
--------------
 | 
			
		||||
 | 
			
		||||
Down with Google, Apple, and Facebook!
 | 
			
		||||
 | 
			
		||||
We're re-decentralizing the web and making it read-write again - one home cloud system at a time.
 | 
			
		||||
 | 
			
		||||
Tired of serving the Empire? Come join the Rebel Alliance:
 | 
			
		||||
 | 
			
		||||
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
 | 
			
		||||
 | 
			
		||||
<!-- BANNER_TPL_END -->
 | 
			
		||||
 | 
			
		||||
[](https://gitter.im/Daplie/letsencrypt-express?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 | 
			
		||||
 | 
			
		||||
| Sponsored by [ppl](https://ppl.family)
 | 
			
		||||
| [greenlock (lib)](https://git.daplie.com/Daplie/node-greenlock)
 | 
			
		||||
| [greenlock-cli](https://git.daplie.com/Daplie/greenlock-cli)
 | 
			
		||||
| [greenlock-express](https://git.daplie.com/Daplie/greenlock-express)
 | 
			
		||||
@ -63,7 +47,7 @@ var sharedOptions = {
 | 
			
		||||
  webrootPath: path.join(os.tmpdir(), 'acme-challenge')			// /tmp/acme-challenge
 | 
			
		||||
                                                            // used by le-challenge-fs, the default plugin
 | 
			
		||||
 | 
			
		||||
, renewWithin: 10 * 24 * 60 * 60 * 1000 										// 10 days before expiration
 | 
			
		||||
, renewWithin: 14 * 24 * 60 * 60 * 1000 										// 10 days before expiration
 | 
			
		||||
 | 
			
		||||
, debug: true
 | 
			
		||||
};
 | 
			
		||||
@ -102,7 +86,9 @@ module.exports.init = function (sharedOpts) {
 | 
			
		||||
  var leMaster = require('greenlock-cluster/master').create({
 | 
			
		||||
    debug: sharedOpts.debug
 | 
			
		||||
    
 | 
			
		||||
  , server: 'staging'                                                       // CHANGE TO PRODUCTION
 | 
			
		||||
    // You MUST change this to 'https://acme-v02.api.letsencrypt.org/directory' in production
 | 
			
		||||
    server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
 | 
			
		||||
  , version: 'draft-11' // Let's Encrypt v2
 | 
			
		||||
 | 
			
		||||
  , renewWithin: sharedOpts.renewWithin
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user