aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/config/postfix/certs.gen
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/email/config/postfix/certs.gen')
-rwxr-xr-xcluster/prod/app/email/config/postfix/certs.gen13
1 files changed, 0 insertions, 13 deletions
diff --git a/cluster/prod/app/email/config/postfix/certs.gen b/cluster/prod/app/email/config/postfix/certs.gen
deleted file mode 100755
index f25439b..0000000
--- a/cluster/prod/app/email/config/postfix/certs.gen
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-TLSINFO="/C=FR/ST=Bretagne/L=Rennes/O=Deuxfleurs/CN=smtp.deuxfleurs.fr"
-openssl req \
- -new \
- -newkey rsa:4096 \
- -days 3650 \
- -nodes \
- -x509 \
- -subj ${TLSINFO} \
- -keyout postfix.key \
- -out postfix.crt
-