diff options
author | He Zhe <zhe.he@windriver.com> | 2019-07-13 12:33:03 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-07-16 19:41:05 +0000 |
commit | 37a554a2491499aabc88959348544e325e533f71 (patch) | |
tree | b74970ecbe5354fb9c516f16fdc8027a2973de21 /recipes-containers/docker | |
parent | 990d6d8d2bc9c1551cb5df36bac3e4b544841f12 (diff) | |
download | meta-virtualization-37a554a2491499aabc88959348544e325e533f71.tar.gz |
libvirt: libvirtd: Facilitate using tls connection mode
tls is the default network connection mode of libvirtd upstream, though we use
tcp mode as default.
tls requires necessary keys and certificates of certificate authority, server
and client to be properly generated and deployed. Otherwise servers and clients
cannot be connected.
This patch,
- integrates sample keys and certificats of certificate authority, server and
client for users to be able to use tls mode out of box.
- sets default server IP address to 127.0.0.1 for users to use local client out
of box.
- integrates certtool and provides gnutls-help.py for users to generate keys
and certificates on targets in their own ways.
- adds a PACKAGECONFIG option "gnutls" to control all of the above integration
but disables it to keep the same default behavior as before.
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker')
0 files changed, 0 insertions, 0 deletions