vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Cannot pass custom certificate and key to OVA #751

Closed pzmrzy closed 5 years ago

pzmrzy commented 5 years ago

Bug Report

When create a VM with custom certificate, dispatch server still use the default certificate.

Expected behavior

Dispatch server should use the custom certificate

Current behavior

Dispatch server use the default certificate

Steps to reproduce

  1. Generate key and certificate openssl genrsa -out test.key 2048 openssl req -new -x509 -key test.key -out test.crt
  2. Copy the content to Appliance TLS Certificate and Appliance TLS Certificate Key
  3. Access the dispatch server

Impact

Your Environment

pzmrzy commented 5 years ago

fix in #752