Subversion Repositories ALCASAR

Rev

Rev 2331 | Rev 2370 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2331 Rev 2354
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2331 2017-07-11 12:54:16Z tom.houdayer $ 
2
#  $Id: alcasar.sh 2354 2017-07-25 22:31:24Z tom.houdayer $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
 
5
 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
7
# Ce programme est un logiciel libre ; This software is free and open source
7
# Ce programme est un logiciel libre ; This software is free and open source
Line 2004... Line 2004...
2004
	pwdInstall=$(pwd)
2004
	pwdInstall=$(pwd)
2005
	cd /tmp/acme.sh-*
2005
	cd /tmp/acme.sh-*
2006
 
2006
 
2007
	acmesh_installDir="/opt/acme.sh"
2007
	acmesh_installDir="/opt/acme.sh"
2008
	acmesh_confDir="/usr/local/etc/letsencrypt"
2008
	acmesh_confDir="/usr/local/etc/letsencrypt"
2009
	acmesh_userAgent="ALCASAR/$VERSION"
2009
	acmesh_userAgent="ALCASAR"
2010
 
2010
 
2011
	# Install acme.sh
2011
	# Install acme.sh
2012
	./acme.sh --install \
2012
	./acme.sh --install \
2013
		--home $acmesh_installDir \
2013
		--home $acmesh_installDir \
2014
		--config-home $acmesh_confDir/data \
2014
		--config-home $acmesh_confDir/data \