From 1926b661dba883dde3a26bf193cb5c52bb858ea1 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 7 Aug 2016 00:14:57 -0400 Subject: [PATCH] Clean up git status info - Ignore our keytab - Add the symlink for the public cert --- .gitignore | 2 ++ dovecot.pem | 1 + 2 files changed, 3 insertions(+) create mode 120000 dovecot.pem diff --git a/.gitignore b/.gitignore index 33d3d49..69155b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ extra-users.passwd imap.keytab +olinda.keytab +old/ diff --git a/dovecot.pem b/dovecot.pem new file mode 120000 index 0000000..b50cfd8 --- /dev/null +++ b/dovecot.pem @@ -0,0 +1 @@ +/etc/ssl/certs/dovecot.pem \ No newline at end of file -- 2.34.1