mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Add Let's Encrypt tool
This commit is contained in:
		
							parent
							
								
									41f37d09e6
								
							
						
					
					
						commit
						d21246a794
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								tools/letsencrypt/get-cert.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tools/letsencrypt/get-cert.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,12 @@
 | 
				
			||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					certbot certonly --standalone \
 | 
				
			||||||
 | 
						-d $1
 | 
				
			||||||
 | 
						-d api.$1
 | 
				
			||||||
 | 
						-d auth.$1
 | 
				
			||||||
 | 
						-d about.$1
 | 
				
			||||||
 | 
						-d ch.$1
 | 
				
			||||||
 | 
						-d stats.$1
 | 
				
			||||||
 | 
						-d status.$1
 | 
				
			||||||
 | 
						-d dev.$1
 | 
				
			||||||
 | 
						-d file.$2
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue