add
This commit is contained in:
		
							
								
								
									
										8
									
								
								issue_cert
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										8
									
								
								issue_cert
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
if [ "$#" -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
 | 
			
		||||
    echo Usage: "$0" DOMAIN
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
acme.sh --issue --nginx -d "$@"
 | 
			
		||||
		Reference in New Issue
	
	Block a user