Home
last modified time | relevance | path

Searched refs:pki (Results 1 – 4 of 4) sorted by relevance

/qemu/docs/system/
H A Dvnc-security.rst68 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=off \
71 In the above example ``/etc/pki/qemu`` should contain at least three
74 ``$HOME/.pki/qemu``. NB the ``server-key.pem`` file should be protected
92 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \
106 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \
148 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \
H A Dtls.rst40 ``/etc/pki/qemu`` or for unprivileged users in ``$HOME/.pki/qemu``.
144 when added to the ``/etc/pki/qemu`` directory on the target host. The
197 when added to the ``/etc/pki/qemu`` directory on the target host. The
283 |qemu_system| -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server
289 |qemu_system| -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=client
/qemu/docs/system/devices/
H A Dccid.rst76 certutil -A -d /etc/pki/nssdb -i fake-smartcard-ca.cer -t TC,TC,TC -n fake-smartcard-ca
81 certutil -d /etc/pki/nssdb -L -h all
96 modutil -dbdir /etc/pki/nssdb -add "CAC Module" -libfile /usr/lib64/pkcs11/libcoolkeypk11.so
97 modutil -dbdir /etc/pki/nssdb -list
/qemu/linux-user/
H A Dsyscall.c2192 struct in6_pktinfo pki; in do_setsockopt() local
2194 if (optlen < sizeof(pki)) { in do_setsockopt()
2198 if (copy_from_user(&pki, optval_addr, sizeof(pki))) { in do_setsockopt()
2202 pki.ipi6_ifindex = tswap32(pki.ipi6_ifindex); in do_setsockopt()
2205 &pki, sizeof(pki))); in do_setsockopt()