Lines Matching refs:ca
54 # certtool --generate-privkey > ca-key.pem
57 information, the name of the organization. A template file ``ca.info``
61 # cat > ca.info <<EOF
63 ca
67 --load-privkey ca-key.pem \
68 --template ca.info \
69 --outfile ca-cert.pem
71 The ``ca`` keyword in the template sets the v3 basic constraints
74 be used for signing other keys. The generated ``ca-cert.pem`` file
76 support in the VNC server. The ``ca-key.pem`` must not be
126 --load-ca-certificate ca-cert.pem \
127 --load-ca-privkey ca-key.pem \
179 --load-ca-certificate ca-cert.pem \
180 --load-ca-privkey ca-key.pem \
230 --load-ca-certificate ca-cert.pem \
231 --load-ca-privkey ca-key.pem \
257 contain files with the names mentioned previously, ``ca-cert.pem``,