We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76501a commit d6532afCopy full SHA for d6532af
cpsetup
@@ -706,6 +706,10 @@ function installAfterLogicWebmailLite(){
706
read -p "Press [Enter] key to confirm you understand and continue..."
707
}
708
709
+function installLetsEncryptAutoSSL(){
710
+ /scripts/install_lets_encrypt_autossl_provider
711
+}
712
+
713
function installCloudFlareRailGun(){
714
headerBlock "Attempting to install MemCached, please wait..."
715
yum install memcached -y
@@ -911,6 +915,10 @@ if stepcheck "install AfterLogic WebMail Lite"; then
911
915
installAfterLogicWebmailLite
912
916
fi
913
917
918
+if stepcheck "install Lets Encrypt for AutoSSL"; then
919
+ installLetsEncryptAutoSSL
920
+fi
921
914
922
headerBlock "Cleaning up build files, please wait..."
923
cd ~
924
rm -rf $builddir
0 commit comments