Added a way to generate and configure a specific SSL certificate for postfix #14

This commit is contained in:
Thomas VIAL 2015-08-18 13:13:08 +02:00
parent 63a7be0e97
commit a848a55177
6 changed files with 37 additions and 4 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
FQDN=$(hostname)
openssl req -new -newkey rsa:2048 -nodes -keyout /ssl/$FQDN.key -out /ssl/$FQDN.csr