mirror of
				https://git.coolaj86.com/coolaj86/greenlock-cli.js
				synced 2025-11-04 11:02:47 +00:00 
			
		
		
		
	simple standalone example
This commit is contained in:
		
							parent
							
								
									9ec3ed7975
								
							
						
					
					
						commit
						373561535e
					
				
							
								
								
									
										6
									
								
								example-standalone.bash
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								example-standalone.bash
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
letsencrypt certonly \
 | 
			
		||||
  --agree-tos --email john.doe@example.com \
 | 
			
		||||
  --standalone \
 | 
			
		||||
  --domains example.com,www.example.com \
 | 
			
		||||
  --server https://acme-staging.api.letsencrypt.org/directory \
 | 
			
		||||
  --config-dir ~/letsencrypt/etc
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user