Default NodeTLSData to always attempt setting TLS cert

This is part of enabling TLS by default. It'll be needed in order to get
the certificate injection to work.

Needed-By: I3d3cad0eb1396e7bee146794b29badad302efdf3
Change-Id: I25e35ad1e4f12eb4cca7a0cd3e120e70e4a8c564
This commit is contained in:
Juan Antonio Osorio Robles
2018-03-27 13:41:45 +03:00
parent 7414edfee7
commit 1877ef80be
3 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ parameter_defaults:
SSLIntermediateCertificate: ''
# The content of the SSL Key in PEM format.
# Mandatory. This parameter must be set by the user.
# Type: string
SSLKey: |
The contents of the private key go here