Sandro Bonazzola has uploaded a new change for review. Change subject: config: documented cert-file option ......................................................................
config: documented cert-file option Added documentation about cert-file option in isouploader.conf Change-Id: I7b5211aa1d5aa099e0ca3c48180b383e708ba8a4 Bug-Url: https://bugzilla.redhat.com/886527 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/isouploader.conf 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader refs/changes/28/14828/1 diff --git a/src/isouploader.conf b/src/isouploader.conf index 2adaed0..466951b 100644 --- a/src/isouploader.conf +++ b/src/isouploader.conf @@ -8,7 +8,8 @@ #passwd=PASSWORD ## hostname or IP address of the oVirt Engine #engine=localhost:443 - +## CA certificate used to validate the engine. +#cert-file=/etc/pki/ovirt-engine/ca.pem # ### ISO Storage Domain Configuration @@ -26,5 +27,3 @@ #ssh-port=22 ## the identity file (private key) to be used for accessing the file server. #key-file=KEYFILE - - -- To view, visit http://gerrit.ovirt.org/14828 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b5211aa1d5aa099e0ca3c48180b383e708ba8a4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-iso-uploader Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
