]> xenbits.xensource.com Git - libvirt.git/commit
docs: update instructions for TLS cert generation
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 6 Dec 2017 17:48:11 +0000 (17:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Dec 2017 09:21:04 +0000 (09:21 +0000)
commit25ff8dd29e50b2c0d8311dd7c2d9c35c56a18ab2
treebfdec5bb10a4b3610ea5899cfdfd2aca74eabf54
parent15f42b52fd7ca4c30861b85334d7911a65fe17b9
docs: update instructions for TLS cert generation

Currently we only describe setting the CN field for server certs. This leads
to inevitable pain for users who set it to the fully qualified hostname and
then use a unqualified hostname or IP address to connect in the URI. Describe
the usage of Subject Alt Name extensions, to provide multiple hostnames and
IP addresses. This will help users avoid the classic mistake and is important
future proofing, since at least in browsers, TLS libraries no longer use the
CN field for validation, mandating use of SAN info instead.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/remote.html.in