X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=b9202d111a5745b6947f5175bd9bed962c0585dc;hb=38d9a6700d7248f523c8c9d056f1470f99eb7eef;hp=c399682aa5fa38621a5d8cb49a8af4e52b443516;hpb=35eba748d385bf2d69bd7dc8bcf4d5eb4f0e6b13;p=dovecot-cn.git diff --git a/debian/postinst b/debian/postinst index c399682..b9202d1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -8,6 +8,40 @@ set -e # Load CARNet Tools . /usr/share/carnet-tools/functions.sh + +function move_certs() { + if [ -f /etc/dovecot/private/dovecot.pem -a ! -f /etc/dovecot/private/dovecot.key ]; then + mv -f /etc/dovecot/private/dovecot.pem /etc/dovecot/private/dovecot.key || true + fi + + if [ -f /etc/dovecot/dovecot.pem ]; then + mv -f /etc/dovecot/dovecot.pem /etc/dovecot/private/dovecot.pem || true + fi +} + +function put_new_certs() { +# postavlja cert i key na nove putanje iz bustera + cp_check_and_sed '#ssl_key =