From ad6d94f1d7d701d1c434795bfc06135206bdf7e1 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 14 Apr 2015 12:07:15 +0300 Subject: [PATCH] Added robot private webclient key --- config/application-example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/application-example.yml b/config/application-example.yml index 191df7b1f..4377d9ed7 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -43,3 +43,5 @@ test: ca_key_password: 'test' cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/webclient.crt.pem' + # DEPP + key_path: '/var/lib/jenkins/workspace/registry/ca/private/webclient.key.pem'