mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 22:03:36 +03:00
Another attempt to make travis ci like me.
This commit is contained in:
parent
3749e70fa1
commit
cfc04ab69b
1 changed files with 7 additions and 2 deletions
|
@ -10,8 +10,13 @@ SSL_KEY=/etc/ssl/private/dovecot.pem
|
|||
echo "Creating generic self-signed certificate: $SSL_CERT"
|
||||
cd /etc/ssl/certs
|
||||
PATH=$PATH:/usr/bin/ssl
|
||||
FQDN=`hostname -f`
|
||||
MAILNAME=`cat /etc/mailname 2> /dev/null || hostname -f`
|
||||
|
||||
#FQDN=`hostname -f`
|
||||
#MAILNAME=`cat /etc/mailname 2> /dev/null || hostname -f`
|
||||
|
||||
FQDN=tedivm.com
|
||||
MAILNAME=tedivm.com
|
||||
|
||||
(openssl req -new -x509 -days 365 -nodes -out $SSL_CERT -keyout $SSL_KEY > /dev/null 2>&1 <<+
|
||||
.
|
||||
.
|
||||
|
|
Loading…
Add table
Reference in a new issue