From 5f732a4f4e9acc7c6b27aacb48b0e5b1d74c17df Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 26 Jun 2014 12:48:18 -0400 Subject: [PATCH] add vnc.signing_key_alias setting that I forgot in the previous commit --- debian/changelog | 6 ++++++ master.yaml | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a0b9322..fd339f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.55) precise; urgency=medium + + * Add vnc.signing_key_alias setting that I forgot in the previous commit. + + -- Adam Glasgall Thu, 26 Jun 2014 12:46:57 -0400 + xvm-prodconfig (1.1.54) precise; urgency=medium * Configure a codesigning keystore for use by invirt-update-vnc-cert. diff --git a/master.yaml b/master.yaml index ad1edfd..6a3b289 100644 --- a/master.yaml +++ b/master.yaml @@ -174,6 +174,7 @@ vnc: base_port: 10003 proxy_ip: 18.181.0.62 signing_keystore_path: /etc/invirt/secrets/codesign.keystore + signing_key_alias: cert-manager.com web: baseuri: https://xvm.mit.edu/ -- 1.7.9.5