mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	add deactivate-account
This commit is contained in:
		
							parent
							
								
									0b797f5964
								
							
						
					
					
						commit
						200287254b
					
				@ -44,6 +44,7 @@ RUN for verb in help \
 | 
				
			|||||||
  create-domain-key \
 | 
					  create-domain-key \
 | 
				
			||||||
  createCSR \
 | 
					  createCSR \
 | 
				
			||||||
  deactivate \
 | 
					  deactivate \
 | 
				
			||||||
 | 
					  deactivate-account \
 | 
				
			||||||
  ; do \
 | 
					  ; do \
 | 
				
			||||||
    printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} \
 | 
					    printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} \
 | 
				
			||||||
  ; done
 | 
					  ; done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user