Ignore:
Timestamp:
12/14/20 16:49:09 (4 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
a87727a
Parents:
a051af0
Message:

now used combined letsencrypt certificate

Location:
npl/mailserver/netqmail_conf
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/netqmail_conf/netqmail_conf.build

    ra051af0 r31fd825  
    1 51
     152
  • npl/mailserver/netqmail_conf/netqmail_conf.md5

    ra051af0 r31fd825  
    1 ab78a92676e1792ce6394dbedafd4625  ./netqmail_conf.pkg
     171458b8a78bced42eb629f7b7c416c0e  ./netqmail_conf.pkg
    2216d6d03a4145e6d24ae5faffdbf622cc  ./netqmail_conf.SlackBuild
    3 fcf51429834972dcaf2640e0140f2d5b  ./netqmail_conf.SlackBuild.log.gz
    4 6ea5c51d7b94b2d14131bada452f1dbb  ./root/etc/postinst.d/post.qmail_conf
     3ab8a602a9465028a5a5fd70f9456f1bf  ./netqmail_conf.SlackBuild.log.gz
     43cf2e48d209fffb566bb65a2e973bafc  ./root/etc/postinst.d/post.qmail_conf
    55efed79f2f7840be05415132dd99e005a  ./root/etc/qmail.permissions
    66a781066c2d8b2e42e4eae0cd0545391b  ./root/etc/qmail.rc.config
  • npl/mailserver/netqmail_conf/root/etc/postinst.d/post.qmail_conf

    ra051af0 r31fd825  
    7373
    7474
    75 #certificate
    76 if ! [ -e  /var/qmail/control/servercert.pem ]; then
    77     if cat /usr/webint/ssl/server.crt /usr/webint/ssl/server.pem  > /var/qmail/control/servercert.pem.tmp; then
    78         mv  /var/qmail/control/servercert.pem.tmp  /var/qmail/control/servercert.pem
    79     fi
    80 fi
     75#certificate (uses letsencrypt)
     76rm /var/qmail/control/servercert.pem
     77ln -s /usr/webint/ssl/certandkey.pem /var/qmail/control/servercert.pem
    8178
    8279#fix queue
Note: See TracChangeset for help on using the changeset viewer.