mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 18:37:30 +00:00 
			
		
		
		
	Add support for strongSwan deploys in FreeBSD
Related to 8ea800205c2e5496b63e3244dc4849d629acc1ad
This commit is contained in:
		
							parent
							
								
									d5865989cf
								
							
						
					
					
						commit
						fac0beaa0a
					
				| @ -22,6 +22,8 @@ strongswan_deploy() { | |||||||
|     _ipsec=/usr/sbin/ipsec |     _ipsec=/usr/sbin/ipsec | ||||||
|   elif [ -x /usr/sbin/strongswan ]; then |   elif [ -x /usr/sbin/strongswan ]; then | ||||||
|     _ipsec=/usr/sbin/strongswan |     _ipsec=/usr/sbin/strongswan | ||||||
|  |   elif [ -x /usr/local/sbin/ipsec ]; then | ||||||
|  |     _ipsec=/usr/local/sbin/ipsec | ||||||
|   else |   else | ||||||
|     _err "no strongswan or ipsec command is detected" |     _err "no strongswan or ipsec command is detected" | ||||||
|     return 1 |     return 1 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user