repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
[qemu.git]
/
qemu-x509.h
blob
095aec161dc02ed664f77f7370ea1e8388ba0c90
1
#ifndef QEMU_X509_H
2
#define QEMU_X509_H
3
4
#define X509_CA_CERT_FILE
"ca-cert.pem"
5
#define X509_CA_CRL_FILE
"ca-crl.pem"
6
#define X509_SERVER_KEY_FILE
"server-key.pem"
7
#define X509_SERVER_CERT_FILE
"server-cert.pem"
8
9
#endif
/* QEMU_X509_H */