aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/email/postfix/certs.gen
diff options
context:
space:
mode:
Diffstat (limited to 'consul/configuration/email/postfix/certs.gen')
-rwxr-xr-xconsul/configuration/email/postfix/certs.gen13
1 files changed, 0 insertions, 13 deletions
diff --git a/consul/configuration/email/postfix/certs.gen b/consul/configuration/email/postfix/certs.gen
deleted file mode 100755
index f25439b..0000000
--- a/consul/configuration/email/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
-