Fix 1127 bug: Use config instead of resources for SSL certificates
Change-Id: I66246049e3ca48cdaa03bbc58e123a519f696acc
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/installers/charm/ng-ui/config.yaml b/installers/charm/ng-ui/config.yaml
index 7dd6d60..3d538fe 100644
--- a/installers/charm/ng-ui/config.yaml
+++ b/installers/charm/ng-ui/config.yaml
@@ -24,6 +24,10 @@
description: Port number
type: int
default: 80
+ https_port:
+ description: Port number
+ type: int
+ default: 443
server_name:
description: Server name
type: string
@@ -31,4 +35,10 @@
client_max_body_size:
description: Client maximum body size
type: string
- default: 15M
\ No newline at end of file
+ default: 15M
+ ssl_certificate:
+ description: Base64 encoded ssl certificate
+ type: string
+ ssl_certificate_key:
+ description: Base64 encoded ssl certificate key
+ type: string