Statistics
| Branch: | Revision:

root / qemu-x509.h @ a74cdab4

History | View | Annotate | Download (239 Bytes)

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 */