mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-23 20:24:54 +02:00
Added a way to generate and configure a specific SSL certificate for postfix #14
This commit is contained in:
parent
63a7be0e97
commit
a848a55177
6 changed files with 37 additions and 4 deletions
4
bin/generate-ssl-certificate
Normal file
4
bin/generate-ssl-certificate
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
FQDN=$(hostname)
|
||||
openssl req -new -newkey rsa:2048 -nodes -keyout /ssl/$FQDN.key -out /ssl/$FQDN.csr
|
Loading…
Add table
Add a link
Reference in a new issue