Fix old cert test

This commit is contained in:
Semen Bezrukov 2020-04-29 16:30:26 +03:00
parent 5514e42cd1
commit ff20e4e6b2

View file

@ -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