aboutsummaryrefslogtreecommitdiff
path: root/qemu-x509.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-02-25 09:41:36 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-03-08 11:30:09 -0600
commitde7890db9ed3baa07d3fcdd4beef1bdfc430ac2b (patch)
treef67dfc0c22798821898a25f7595e186129843297 /qemu-x509.h
parentcf602c7bf0fc4e9e183fbb2103dce1624b2bb7dc (diff)
move x509 file name defines to qemu-x509.h
Want share them with vnc and spice. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-x509.h')
-rw-r--r--qemu-x509.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-x509.h b/qemu-x509.h
new file mode 100644
index 0000000000..095aec161d
--- /dev/null
+++ b/qemu-x509.h
@@ -0,0 +1,9 @@
+#ifndef QEMU_X509_H
+#define QEMU_X509_H
+
+#define X509_CA_CERT_FILE "ca-cert.pem"
+#define X509_CA_CRL_FILE "ca-crl.pem"
+#define X509_SERVER_KEY_FILE "server-key.pem"
+#define X509_SERVER_CERT_FILE "server-cert.pem"
+
+#endif /* QEMU_X509_H */