Fix old cert test
This commit is contained in:
parent
5514e42cd1
commit
ff20e4e6b2
10
.travis.yml
10
.travis.yml
|
@ -10,14 +10,18 @@ env:
|
|||
- config: certs.yml
|
||||
ssl: true
|
||||
|
||||
# old certificates path (default onlyoffice if exists)
|
||||
- config: certs.yml
|
||||
# old certificates (default tls if onlyoffice not exists)
|
||||
- config: certs-old.yml
|
||||
ssl: true
|
||||
|
||||
# old certificates (default onlyoffice if exists)
|
||||
- config: certs-old.yml
|
||||
ssl: true
|
||||
private_key: onlyoffice.key
|
||||
certificate_request: onlyoffice.csr
|
||||
certificate: onlyoffice.crt
|
||||
|
||||
# custom certificates path
|
||||
# custom certificates
|
||||
- config: certs.yml
|
||||
ssl: true
|
||||
private_key: mycert.key
|
||||
|
|
Loading…
Reference in a new issue