mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 10:39:21 +03:00
Another attempt to make travis ci like me.
This commit is contained in:
parent
3749e70fa1
commit
cfc04ab69b
@ -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…
x
Reference in New Issue
Block a user