mirror of
				https://git.coolaj86.com/coolaj86/greenlock-cli.js
				synced 2025-11-04 02:52:48 +00:00 
			
		
		
		
	example
This commit is contained in:
		
							parent
							
								
									aa6f2ab492
								
							
						
					
					
						commit
						60dcbbd052
					
				@ -1,8 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
node bin/letsencrypt certonly \
 | 
			
		||||
  --agree-tos --email 'coolaj86+le.1010@gmail.com' \
 | 
			
		||||
  --agree-tos --email 'john.doe@gmail.com' \
 | 
			
		||||
  --standalone \
 | 
			
		||||
  --domains pokemap.hellabit.com,www.pokemap.hellabit.com \
 | 
			
		||||
  --domains example.com,www.example.com \
 | 
			
		||||
  --server https://acme-staging.api.letsencrypt.org/directory \
 | 
			
		||||
  --config-dir ~/letsencrypt.test2/etc
 | 
			
		||||
  --config-dir ~/letsencrypt.test/etc
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user