Skip to content

Commit d6532af

Browse files
committed
add letsencrypt autossl install
1 parent f76501a commit d6532af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cpsetup

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,10 @@ function installAfterLogicWebmailLite(){
706706
read -p "Press [Enter] key to confirm you understand and continue..."
707707
}
708708

709+
function installLetsEncryptAutoSSL(){
710+
/scripts/install_lets_encrypt_autossl_provider
711+
}
712+
709713
function installCloudFlareRailGun(){
710714
headerBlock "Attempting to install MemCached, please wait..."
711715
yum install memcached -y
@@ -911,6 +915,10 @@ if stepcheck "install AfterLogic WebMail Lite"; then
911915
installAfterLogicWebmailLite
912916
fi
913917

918+
if stepcheck "install Lets Encrypt for AutoSSL"; then
919+
installLetsEncryptAutoSSL
920+
fi
921+
914922
headerBlock "Cleaning up build files, please wait..."
915923
cd ~
916924
rm -rf $builddir

0 commit comments

Comments
 (0)