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 190c358 commit 9dd3cd3Copy full SHA for 9dd3cd3
func/domain.sh
@@ -730,10 +730,15 @@ del_mail_ssl_config() {
730
731
# Remove SSL certificates
732
rm -f $HOMEDIR/$user/conf/mail/$domain/ssl/*
733
- rm -f $USER_DATA/ssl/mail.$domain.*
734
rm -f /usr/local/hestia/ssl/mail/mail.$domain.*
735
}
736
+# Delete generated certificates from user configuration data directory
737
+del_mail_ssl_certificates(){
738
+ rm -f $USER_DATA/ssl/mail.$domain.*
739
+ rm -f $HOMEDIR/$user/conf/mail/$domain/ssl/*
740
+}
741
+
742
# Delete webmail support
743
del_webmail_config() {
744
if [ ! -z "$WEB_SYSTEM" ]; then
0 commit comments